Skip to content

Commit

Permalink
Merge branch 'main' of github.com:braun-steven/simple-einet
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 22, 2023
2 parents 414c6dd + bbf8104 commit 9d2b9db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ python main_pl.py dataset=mnist D=3 I=10 R=1 S=10 lr=0.1 dist=binomial epochs=10
## Installation

```shell
git clone [email protected]:braun-steven/simple-einet.git
cd simple-einet
pip install .
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 .
```

Expand Down

0 comments on commit 9d2b9db

Please sign in to comment.