Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia authored Nov 8, 2024
1 parent d303895 commit cf4fddc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Only once:

```
python -m venv ./env/
pip install -r requirements.txt
```

Then, every time we start developing:
Expand All @@ -18,4 +19,10 @@ Then, every time we start developing:
source ./env/bin/activate
```

Database: Postgres
Database: a local Postgres 14+ available

Run the app:
```
cd estimation
python manage.py runserver
```

0 comments on commit cf4fddc

Please sign in to comment.