Go to file
2023-11-21 16:12:12 +01:00
.gitignore init 2023-11-21 16:08:23 +01:00
command.py init 2023-11-21 16:08:23 +01:00
database.py init 2023-11-21 16:08:23 +01:00
login.py init 2023-11-21 16:08:23 +01:00
main.py init 2023-11-21 16:08:23 +01:00
README.md add readme 2023-11-21 16:12:12 +01:00
requirements.txt init 2023-11-21 16:08:23 +01:00

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