Skip to content

Commit

Permalink
Update Readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegatorLE authored Oct 28, 2023
1 parent 57a4436 commit cfa417e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ The project implements management of flights, planes, and crews. And the ability

## Install via GitHub

Python3 must be already installed
Python3 & Postgres must be already installed
```shell
git clone https://github.com/OlegatorLE/airport-api-service.git
cd airport-api-service
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate in Windows
pip install -r requirements.txt
create .env file by .env.sample
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Expand Down

0 comments on commit cfa417e

Please sign in to comment.