Update README.md

18-stitch-offset-bug
Brenda 2017-05-07 11:05:37 -04:00 zatwierdzone przez GitHub
rodzic a6d0c6bcbd
commit c1070da57c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,8 +9,8 @@ KnittingTools is a simple web app written in Python. It currently supports two m
* svgwrite 1.1.8
## Installation
* Clone this repo
* If you are installing to a Linux platform that supports chkconfig, copy `./bin/knittingtools-chkconfig` to the location appropriate for your flavor of Linux (usually /etc/rc.d/init.d).
* Clone this repo to a local directory.
* If you are installing to a Linux platform that supports chkconfig, copy `./bin/knittingtools-chkconfig` to the location appropriate for your Linux distribution (usually /etc/rc.d/init.d).
* Edit the init script to reflect the appropriate locations for the lock file, python executable, server.py script and PID file. Note that the app has only been tested using the supplied virtual environment.
## Running The Application