Skip to content

Commit

Permalink
Install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Jun 25, 2019
1 parent b4ef96c commit 7b392b6
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
Installation
************
Installing **robust**
*********************

Dependencies
------------
To be able to use **robust**, you will need the following software installed on your system:

- `Python 2.7 or higher`_
- `GPkit`_
- `numpy`_
- `scipy`_
- `pandas`_

.. _Python 2.7 or higher: https://www.python.org/downloads/
.. _GPkit: http://gpkit.readthedocs.io/en/latest/installation.html
.. _numpy: https://docs.scipy.org/doc/numpy/user/index.html
.. _scipy: https://www.scipy.org/install.html
.. _pandas: https://pandas.pydata.org/pandas-docs/stable/install.html

Please click on each link to see installation instructions

Clone + install **robust**
--------------------------

To install **robust**, clone `convexengineering/robust`_ into your directory of choice.

.. _convexengineering/robust: https://github.com/convexengineering/robust
Using a console, go into the directory one level above the repository, and type in the following command::

pip install robust -e
Your local version of **robust** will be ready to go!

0 comments on commit 7b392b6

Please sign in to comment.