Files
PythonRobotics/docs/getting_started.rst
2018-09-15 15:04:02 +02:00

30 lines
421 B
ReStructuredText

.. _getting_started:
Getting Started
===============
Requirements
-------------
- Python 3.6.x
- numpy
- scipy
- matplotlib
- pandas
- `cvxpy`_
.. _cvxpy: http://www.cvxpy.org/en/latest/
How to use
----------
1. Install the required libraries. You can use environment.yml with
conda command.
2. Clone this repo.
3. Execute python script in each directory.
4. Add star to this repo if you like it 😃.