Python library for knitting machines.
Project description
ayab
Installation
To install the version from the python package index, you can use your command line and execute this under Linux:
python3 -m pip install knittingpattern
Under Windows you can use
py -3 -m pip install knittingpattern
Installation from Repository (Linux)
If you wish to get latest source version running, you can check out the repository and install it manually.
Note: Under Windows you can replace python3 with py -3 and remove sudo
git clone https://github.com/AllYarnsAreBeautiful/knittingpattern.git
cd knittingpattern
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install -r requirements.txt
sudo python3 -m pip install -r requirements-test.txt
py.test
To also make it importable for other libraries, you can link it into the site-packages folder this way:
sudo python3 setup.py link
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
knittingpattern-0.0.6.tar.gz
(49.9 kB
view hashes)
Built Distributions
knittingpattern-0.0.6-py3.5.egg
(138.9 kB
view hashes)
knittingpattern-0.0.6-py3.4.egg
(139.1 kB
view hashes)
knittingpattern-0.0.6-py3.3.egg
(141.6 kB
view hashes)