Skip to content

Contributing

We will appreciate any contribution to PlusCoder!

Start Pluscoding!

  1. Clone the forked instance of the repository:

    git clone https://github.com/<your_username>/pluscoder.git
    cd pluscoder
    
  2. Be sure of having pip, and install pre-commit:

    pipx install pre-commit
    
  3. Install PlusCoder module and dependencies:

    make install