Welcome to Peddler! These instructions will help you with the steps to be able to make contributions.
Submit a GitHub issue with our issue template. Please make sure to do your due diligence and verify your config settings before creating an issue. When you create an issue, please make sure to include all relevant config, but not any secure information like database passwords.
Great! Follow the steps below to get your workstation setup. These steps are verified on Mac OSX but are very similar to other platforms.
- Python 3.8
- Docker Desktop 20.10.7
> git clone https://github.com/alto9/peddler.git && cd peddler
> git checkout -b <yourname>/<issuenumber>
> python3 -m venv v38
> source v38/bin/activate
> make bootstrap-dev
> pip3 install --editable .
> deactivate