.. highlight:: shell ============ 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: .. code-block:: console $ git clone git://github.com/EandrewJones/activelearner Or download the `tarball`_: .. code-block:: console $ 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: .. code-block:: console $ cd activelearner $ pip install -r requirements.txt .. _Github repo: https://github.com/EandrewJones/activelearner .. _tarball: https://github.com/EandrewJones/activelearner/tarball/master