diff options
author | ju5t <m@ju5t.nl> | 2016-12-01 21:15:33 +0100 |
---|---|---|
committer | ju5t <m@ju5t.nl> | 2016-12-01 21:15:33 +0100 |
commit | d6a815225bd5d213b2fd629c1d927fca2cacd8c3 (patch) | |
tree | 8fa3387cd2e2c80683b1c9b21adbca383259c948 | |
parent | ffeaf788f090b10307247775b43dd7c0b0fd7342 (diff) | |
parent | 467bcdbc2a404b4b79adf6c092c8aed7eac8b9b5 (diff) | |
download | gerbonara-d6a815225bd5d213b2fd629c1d927fca2cacd8c3.tar.gz gerbonara-d6a815225bd5d213b2fd629c1d927fca2cacd8c3.tar.bz2 gerbonara-d6a815225bd5d213b2fd629c1d927fca2cacd8c3.zip |
Merge branch 'master' into develop
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ Install from source: ```
$ git clone https://github.com/curtacircuitos/pcb-tools.git
$ cd pcb-tools
+$ pip install -r requirements.txt
$ python setup.py install
```
|