.gitignore | ||
command.py | ||
database.py | ||
login.py | ||
main.py | ||
README.md | ||
requirements.txt |
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