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
164164
165165You can install modAL directly with pip:  
166166``` 
167- pip install modAL 
167+ pip install modAL-python  
168168``` 
169169Alternatively, you can install modAL directly from source:  
170170``` 
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ You can install modAL directly with pip:
1111
1212::
1313
14-     pip install modAL 
14+     pip install modAL-python  
1515
1616Alternatively, you can install modAL directly from source:
1717
Original file line number Diff line number Diff line change 11from  setuptools  import  find_packages , setup 
22
33setup (
4-     name = 'modAL' ,
5-     version = '0.4.1 ' ,
4+     name = 'modAL-python ' ,
5+     version = '0.4.2 ' ,
66    author = 'Tivadar Danka' ,
7788    description = 'A modular active learning framework for Python3' ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments