Développeur d'Application Python - Projet 9
It is recommended to create a dedicated directory to download the project.
In a terminal:
mkdir dir_name
Initialize your local Git repository. In a terminal (in your dedicated directory):
git init
Then clone the remote repository in your local repository with the https link. You will find the https link is in the "code" drop-down menu:
git clone https://github.com/clementboloch/OCR_P9.git
Go inside the OCR_P9 directory and set a virtual environment before installing the dependencies:
cd OCR_P9
python3.9 -m venv env
To activate your virtual environment:
source env/bin/activate
Then, from the OCR_P9 directory, you can install the python dependencies for the project:
pip install -r requirements.txt
Go inside the src directory and launch the local server:
cd src
python manage.py runserver
Use the following logins to connect:
user: demo_user
password: %demo123%