-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a19f40
commit e8628bc
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|