Skip to content

Commit

Permalink
Anonymize install repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fKunstner committed Sep 22, 2019
1 parent 2754c39 commit 47bae68
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 @@ -5,12 +5,12 @@ A backpack for PyTorch that extends the backward pass of feedforward networks to
## Installation
* Using `pip`:
```bash
pip install https://github.com/f-dangel/backpack.git@master#egg=backpack
pip install -e "git+https://github.com/toiaydcdyywlhzvlob/backpack.git/#egg=backpack&subdirectory=libraries/backpack"
```
* Alternative: Clone the repository and run `setup.py`
```bash
git clone https://github.com/f-dangel/backpack.git ~/backpack
cd ~/backpack
git clone https://github.com/toiaydcdyywlhzvlob/backpack.git ~/backpack
cd ~/backpack/libraries/backpack
python setup.py install
```
* Quick check: In a `python` session, try
Expand Down

0 comments on commit 47bae68

Please sign in to comment.