From 47bae681d1659bbb14f0e0db54ac91e4c3face5f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 22 Sep 2019 16:28:42 -0700 Subject: [PATCH] Anonymize install repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd9507829..a4d41a676 100644 --- a/README.md +++ b/README.md @@ -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