Skip to content

The source code of our project about designing and implementing an application for preparing delivery tours ... ... with bicycles

Notifications You must be signed in to change notification settings

Septanome/PLD_Agile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDL Agile

Installation

  1. Install Python 3.10 (skip this step if you already have Python 3.10 installed)

    1. Install pyenv

    2. Install Python version

    pyenv install 3.10
    1. Switch to Python version
    pyenv shell 3.10
  2. Install pipenv

pip install --user pipenv
  1. Create virtual environment directory
mkdir .venv
  1. Create virtual environment and install dependencies
python -m pipenv install --dev --python 3.10
  1. Activate virtual environment
pipenv shell

or

source .venv/bin/activate
  1. Check if everything is working
python --version

Execution

  1. Go to tab Run and Debug in VSCode (shortcut: Ctrl + Shift + D)

  2. Select Python: Main in dropdown

  3. Press F5 to run the program or click Run button

Tests

  1. Go to tab Testing in VSCode (shortcut: Ctrl + Shift + T)

  2. Click Run Tests button

Format code

# Format code
black src/
# Sort imports
isort src/

About

The source code of our project about designing and implementing an application for preparing delivery tours ... ... with bicycles

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages