Files
PythonRobotics/docs/getting_started.rst
2019-01-15 22:39:25 +09:00

31 lines
422 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 😃.