Skip to content

Commit

Permalink
rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Sep 11, 2024
1 parent 1530f49 commit 5cb2992
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HOW TO install/test Open Prices API
# HOW TO install Open Prices API

## Prerequisites

Expand All @@ -19,24 +19,24 @@ cd open-prices
### Without Docker

```
# Install poetry (Python dependency manager) at version 1.6.1
# Install poetry (Python dependency manager)
# see https://python-poetry.org/docs/
# Install dependencies (pyproject.toml)
poetry install
# Note:
All future commands should be prefixed with `poetry run`
# Note: all future commands should be prefixed with `poetry run`
# Apply migrations
python manage.py migrate
# Run Locally
python manage.py runserver
# Now server will run on http://127.0.0.1:8000/ but you can change the port as
python manage.py runserver 8001
Will run on http://127.0.0.1:8001/
# Now the server will run on http://127.0.0.1:8000 !
# Note: you can change the port if you want
python manage.py runserver 8001
```

### With Docker
Expand Down

0 comments on commit 5cb2992

Please sign in to comment.