Skip to content

Commit

Permalink
Add note on how to install app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 23, 2023
1 parent 8ad5e11 commit 3a19f40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ cd simple-einet
pip install -e .
```

If you want to additionally install the dependencies requires to launch the provided scripts such as `main.py`, `main_pl.py` or the notebooks, run

```
pip install "git+https://github.com/braun-steven/simple-einet#egg=simple-einet[app]"
```

## Usage Example

The following is a simple usage example of how to create, optimize, and sample from an Einet.
Expand Down

0 comments on commit 3a19f40

Please sign in to comment.