Remove explicitly installing requirements (#76)
Since a PIP package has requirements data in it, when installing that package, if requirements have not already been installed, PIP handles installing them automatically. There is no need to install them explicitly.pull/114/head
parent
b767536e38
commit
538b8777e1
13
README.rst
13
README.rst
|
@ -47,19 +47,6 @@ Prerequisites
|
||||||
Setup
|
Setup
|
||||||
-----
|
-----
|
||||||
|
|
||||||
If not already installed, you can **install the prerequisites** using
|
|
||||||
pip.
|
|
||||||
|
|
||||||
.. code:: bash
|
|
||||||
|
|
||||||
$ pip install numpy
|
|
||||||
|
|
||||||
.. code:: bash
|
|
||||||
|
|
||||||
$ pip install svgwrite
|
|
||||||
|
|
||||||
Then **install svgpathtools**:
|
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ pip install svgpathtools
|
$ pip install svgpathtools
|
||||||
|
|
Loading…
Reference in New Issue