Python 3.9
Upper versions are not tested, but we think the package can work.
If an issue has occurred, open a ticket to: https://etulab.univ-amu.fr/d19006523/vigenere-api/-/issues
pip install --upgrade pip
Install the virtual environment, the one you want.
We recommend installing the 'venv' package.
In the next steps, we use the package 'venv'.
pip install venv
python3 -m venv .venv
source .venv/bin/activate
.venv\Scripts\activate.bat
.venv\Scripts\Activate.ps1
pip install vigenere-api --index-url https://etulab.univ-amu.fr/api/v4/projects/8004/packages/pypi/simple
python3 -m vigenere_api
Python 3.9
Upper versions are not tested, but we think the package can work.
If an issue has occurred, open a ticket to: https://etulab.univ-amu.fr/d19006523/vigenere-api/-/issues
pip install --upgrade pip
To execute tests or improve the package, you need Poetry.
Go to: https://python-poetry.org/docs/#installing-with-the-official-installer
You can install poetry with the official installer or pipx.
Install the virtual environment, the one you want.
We recommend installing the 'venv' package.
In the next steps, we use the package 'venv'.
pip install venv
python3 -m venv .venv
source .venv/bin/activate
.venv\Scripts\activate.bat
.venv\Scripts\Activate.ps1
poetry install --only main
poetry install
poetry update
python -m vigenere_api
PYTHONPATH=./src pytest
PYTHONPATH=./src pytest --cov=src --cov=tests --cov=src --cov=tests --junit-xml=coverage.xml --cov-report=html:coverage_html
PYTHONPATH=./src pytest --with-integration
poetry build