diff --git a/README.md b/README.md index fff9699..1e8ee04 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,12 @@ Little backend for a kanban project managment app. ![](https://skillicons.dev/icons?i=python,fastapi,sqlite,git,github) ## How to run -### *nix (Linux, MacOS, BSD, etc...) +### *nix systems (Linux, MacOS, BSD, etc...) ```bash git clone --depth=1 https://github.com/a-mayb3/Kanban_clone_backend cd Kanban_clone_backend python3 -m venv env source env/bin/activate +pip install -r requirements.txt uvicorn main:app --reload ```