File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ If you're looking at the anonymised repo then you can't clone/download it.
5
5
However, you can just download the relevant files individually:
6
6
7
7
``` bash
8
- mkdir -p Orthogonal-Optimiser
8
+ mkdir -p Orthogonal-Optimisers
9
9
cd Orthogonal-Optmiser
10
10
mkdir src/orth_optim
11
11
wget https://anonymous.4open.science/api/repo/Orthogonal-Optimisers/file/setup.py
@@ -14,14 +14,14 @@ wget https://anonymous.4open.science/api/repo/Orthogonal-Optimisers/file/src/ort
14
14
15
15
## Install package
16
16
``` bash
17
- git clone https://github.com/MarkTuddenham/Orthogonal-Optimiser .git
18
- cd Orthogonal-Optimiser
17
+ git clone https://github.com/MarkTuddenham/Orthogonal-Optimisers .git
18
+ cd Orthogonal-Optimisers
19
19
pip install .
20
20
```
21
21
or
22
22
23
23
``` bash
24
- pip install git+https://github.com/MarkTuddenham/Orthogonal-Optimiser .git#egg=orth_optim
24
+ pip install git+https://github.com/MarkTuddenham/Orthogonal-Optimisers .git#egg=orth_optim
25
25
```
26
26
27
27
## Usage
You can’t perform that action at this time.
0 commit comments