Skip to content

Commit d16ca1d

Browse files
committed
fix: installation commands fixed in docs
1 parent 38182cc commit d16ca1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pip install modAL
169169
```
170170
Alternatively, you can install modAL directly from source:
171171
```
172-
pip install git+https://github.com/cosmic-cortex/modAL.git
172+
pip install git+https://github.com/modAL-python/modAL.git
173173
```
174174

175175
# Documentation<a name="documentation"></a>

docs/source/content/overview/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Alternatively, you can install modAL directly from source:
1717

1818
::
1919

20-
pip install git+https://github.com/cosmic-cortex/modAL.git
20+
pip install git+https://github.com/modAL-python/modAL.git
2121

2222
For running the examples, Matplotlib >= 2.0 is recommended.

0 commit comments

Comments
 (0)