Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 579 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 579 Bytes

Contributing

Setting up a development environment

To contribute to lihzahrd, you'll need to use Poetry.

  1. Clone the git repo with the command:

    git clone https://github.com/Steffo99/lihzahrd
  2. Enter the new directory:

    cd lihzahrd
  3. Install all dependencies and the package:

    poetry install
  4. Activate the newly created virtual environment:

    $ poetry shell

Please note that for compatibility with PyPy, the project needs to target Python 3.6.