File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
docs/source/content/overview Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ modAL requires
164
164
165
165
You can install modAL directly with pip:
166
166
```
167
- pip install modAL
167
+ pip install modAL-python
168
168
```
169
169
Alternatively, you can install modAL directly from source:
170
170
```
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ You can install modAL directly with pip:
11
11
12
12
::
13
13
14
- pip install modAL
14
+ pip install modAL-python
15
15
16
16
Alternatively, you can install modAL directly from source:
17
17
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
3
setup (
4
- name = 'modAL' ,
5
- version = '0.4.1 ' ,
4
+ name = 'modAL-python ' ,
5
+ version = '0.4.2 ' ,
6
6
author = 'Tivadar Danka' ,
7
7
8
8
description = 'A modular active learning framework for Python3' ,
You can’t perform that action at this time.
0 commit comments