Skip to content

Commit

Permalink
Changed readme for installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Jan 8, 2024
1 parent 47ca7d5 commit 3e3835e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ This can work for mac and (possibly Windows) by setting the environment variable

Run the following in a virtual environment
```bash
pip install -e .[dev]
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
createdb contentrepo
./manage.py migrate
./manage.py createsuperuser
Expand Down

0 comments on commit 3e3835e

Please sign in to comment.