- Create a venv using
python3 -m venv pdftopractice. - Source the venv using
source pdftopractice/bin/activate(path to activate)
- Get the code:
https://github.com/PDFtoPractice/backend.git
- Go inside the
backenddirectory:cd backend - Run
pip3 install -r requirements.txt
- Run
deactivate
.. to be updated