Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Sep 14, 2024
1 parent da61c3b commit a6ba66a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@ this project embraces cutting-edge technologies to provide a modern development

1. Python >= 3.12
2. PostgreSQL
3. poetry

## Installation


```commandline
# Create virtual environment
python -m venv .venv
# Activate virtual environment
source .venv/bin/activate
# Install python libraries in virtual environment
pip install -r requirements.txt
# Clone repo
git clone [email protected]:koldakov/futuramaapi.git
# Instal dependencies
poetry install
# Initiate pre-commit
poetry run pre-commit install
```

<p align="right">(<a href="#top">back to top</a>)</p>
Expand All @@ -69,8 +70,6 @@ poetry run alembic upgrade head
```commandline
# Export variables
export $(cat .env | xargs)
# Install project
make install
# Run server
bash docker-entrypoint.sh
```
Expand Down

0 comments on commit a6ba66a

Please sign in to comment.