ec861aa5aee9daf42892575c46e25a081853e8da
CLI
Installation
- Clone the project:
git clone https://git.chauvet.pro/michel/ft_transcendence
cd ft_transcendence
git switch cli
- Create python virtual environnement.
python3 -m venv .env
- Source the environnement.
source .env/bin/activate
- Install the requirements
pip install -r requirements.txt
- Start the developpement server
python main.py
Description