Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4-dash authored Jan 8, 2025
1 parent 6d46d91 commit e06fae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ It is written in Python 3 and utilizes the newest version of the django web fram
To use pyfeedback the following tools have to be installed:
* Python 3.11 (including pip and venv)
* nodejs
* GNU gettext

## Preparing development environment

* Create a virtualenv with `python -m venv venv`
* Activate the virtualenv with `source venv/bin/activate`
* Install all requirements with `pip install -r requirements.txt`
* Create the test database with `python src/manage.py migrate`
* Compile translations with `(cd src && django-admin compilemessages)`
* Install frontend dependencies with `npm i`
* Start the development server with `python src/manage.py runserver`

Expand Down

0 comments on commit e06fae1

Please sign in to comment.