mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 05:18:22 -05:00
31 lines
422 B
ReStructuredText
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 😃.
|
|
|