Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 490 Bytes

Development

  1. Create a virtual environment:

    $ python3 -m venv .venv

  2. Activate the created environment:

    $ source .venv/bin/activate

  3. Upgrade pip:

    $ python3 -m pip install --upgrade pip

  4. Install the requirements:

    $ pip install --upgrade -r requirements.txt

  5. Mark the main package as Sources Root.

Test

  1. Install the testing requirements:

    $ pip install --upgrade -r requirements-test.txt

  2. Run all tests in package tests