pyenv -> installation guide
Make sure to run after installation:
pyenv update
python >= 3.10
pyenv install 3.11.1
pipenv
pip install pipenv
Clone the project
git clone https://github.com/extrawest/extrawest_ocpi.git
Go to the project directory
cd extrawest_ocpi
Install dependencies
pipenv --python 3.11.1
pipenv update
Activate virtual environment:
pipenv shell
Install pre-commit:
pre-commit install
To run tests, run the following command
pytest