Skip to content

Commit

Permalink
Corrected package name in installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentStimper committed Feb 11, 2020
1 parent c4da09d commit f679cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It can handle datasets of an arbitrary number of dimension and runs on multiple
To install the repository from scratch, clone it to your computer using

```
git clone https://github.com/VincentStimper/.git
git clone https://github.com/VincentStimper/icp.git
```

then go to the folder and install using `pip`
Expand All @@ -33,5 +33,5 @@ python setup.py install
Update to the latest version directly from source

```
pip install --upgrade git+https://github.com/VincentStimper/fuller.git
pip install --upgrade git+https://github.com/VincentStimper/icp.git
```

0 comments on commit f679cbc

Please sign in to comment.