Skip to content

Commit

Permalink
Merge pull request #7 from felixdivo/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven authored Nov 21, 2023
2 parents 29680f3 + a8aa813 commit bbf8104
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 bbf8104

Please sign in to comment.