Go to file
2023-11-06 17:26:27 +01:00
src fix: separate csrf_token and token 2023-11-06 17:26:09 +01:00
tests fix: create value var 2023-11-06 17:26:27 +01:00
.gitignore update .gitignore, remove .pyc 2023-11-03 21:05:58 +01:00
README.md speak english 2023-11-03 22:26:25 +01:00
requirements.txt add: requirements.txt 2023-11-03 22:25:35 +01:00
setup.py create package and separate code 2023-11-06 14:26:40 +01:00

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