1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00
lihzahrd/CONTRIBUTING.md

579 B

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.