Python library for knitting machines.
Project description
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size knittingpattern-0.0.8-py3.3.egg (186.9 kB) | File type Egg | Python version 3.3 | Upload date | Hashes View |
Filename, size knittingpattern-0.0.8-py3.4.egg (184.2 kB) | File type Egg | Python version 3.4 | Upload date | Hashes View |
Filename, size knittingpattern-0.0.8-py3.5.egg (184.0 kB) | File type Egg | Python version 3.5 | Upload date | Hashes View |
Filename, size knittingpattern-0.0.8.tar.gz (83.8 kB) | File type Source | Python version None | Upload date | Hashes View |