Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 24, 2023
1 parent 3a19f40 commit e8628bc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ You can install `simple-einet` as a dependency in your project as follows:
```sh
pip install git+https://github.com/braun-steven/simple-einet

# Or if you plan to edit the files after installation:
git clone [email protected]:braun-steven/simple-einet.git
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
Expand All @@ -52,6 +48,14 @@ If you want to additionally install the dependencies requires to launch the prov
pip install "git+https://github.com/braun-steven/simple-einet#egg=simple-einet[app]"
```

If you plan to edit the files after installation:
```
git clone [email protected]:braun-steven/simple-einet.git
cd simple-einet
pip install -e .
```


## 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 e8628bc

Please sign in to comment.