Markichu / PythonAutoNifty

Automatically and programmatically generate drawing instructions for Nifty.Ink
MIT License
3 stars 0 forks source link

PythonAutoNifty

Installation

pyautonifty is available from PyPI:

pip install --upgrade pyautonifty

Purpose

Instructions

Set up a Python virtualenv

Set up and activate the env in your local PythonAutoNifty folder, so this project dependencies are separate from your other projects:

python3 -m venv ~/.virtualenvs/PythonAutoNifty
source ~/.virtualenvs/PythonAutoNifty/bin/activate
pip3 install -r requirements.txt
pip3 list

Deactivate the env:

deactivate

Development Environment

Credits