Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 811 Bytes

CONTRIBUTING.md

File metadata and controls

75 lines (49 loc) · 811 Bytes

Contributing to extrawest_ocpi



Requirements


pyenv -> installation guide

Make sure to run after installation:

  pyenv update

python >= 3.10

  pyenv install 3.11.1

pipenv

  pip install pipenv

Installation


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

Running Tests


To run tests, run the following command

  pytest