DevelopmentΒΆ

The mincePy source code, issues, etc are all kept at our repository.

Clone the project:

git clone https://github.com/muhrin/mincepy.git
cd mincepy

Create a new virtualenv:

virtualenv -p python3 mincepy

Install all requirements:

env/bin/pip install -e '.[dev,docs]'