From 538b8777e1e9255032e4a593e5972da81dffb0db Mon Sep 17 00:00:00 2001 From: ugultopu Date: Fri, 19 Jun 2020 22:55:32 -0300 Subject: [PATCH] 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. --- README.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.rst b/README.rst index b0ad6b5..221db15 100644 --- a/README.rst +++ b/README.rst @@ -47,19 +47,6 @@ Prerequisites 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 $ pip install svgpathtools