src | ||
tests | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
setup.py |
Python lib
A python lib to interract with the api more easier
Installation
- Clone the project:
git clone https://git.chauvet.pro/michel/ft_transcendence
cd ft_transcendence
git switch python-api
- Create python virtual environnement.
python3 -m venv .env
- Source the environnement.
source .env/bin/activate
- Install the requirements
pip install -r requirements.txt