Skip to content

clementboloch/OCR_P9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OCR_DAP_P9

Développeur d'Application Python - Projet 9

Setup

Directory setup

It is recommended to create a dedicated directory to download the project. In a terminal: mkdir dir_name

Git setup

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

Virtual environment setup

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

Launch the program

Go inside the src directory and launch the local server: cd src python manage.py runserver

Login to the app

Use the following logins to connect: user: demo_user password: %demo123%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors