Installation¶
Stable¶
There currently is not a stable PyPi release.
From sources¶
The sources for ActiveLearner can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/EandrewJones/activelearner
Or download the tarball:
$ curl -OJL https://github.com/EandrewJones/activelearner/tarball/master
Once you have a copy of the source, it is recommended that you create a virtual environment with python >= 3.7. Then run teh following:
you can install it with:
$ cd activelearner
$ pip install -r requirements.txt