Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
Signed-off-by: James Goppert <james.goppert@gmail.com>
  • Loading branch information
jgoppert committed Jul 21, 2023
1 parent a6907cf commit 96b28b1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ PYthon Estimation and Control library using CAsadi.

## Getting Started

* Install [Poetry](https://python-poetry.org/docs/#installation)

```bash
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip install -r requirements.txt
git clone git@github.com:CogniPilot/pyecca.git
cd pyecca
poetry install
poetry run jupyter lab
```

0 comments on commit 96b28b1

Please sign in to comment.