============ Installation ============ Stable release -------------- You can install simpleor from PyPI with: .. code-block:: console $ pip install simpleor From sources ------------ The sources for simpleor can be downloaded from the `Github repo`_. You can either clone the public repository: .. code-block:: console $ git clone git://github.com/simple-ai-opensource/simpleor Or download the `tarball`_: .. code-block:: console $ curl -OJL https://github.com/simple-ai-opensource/simple-or Once you have a copy of the source, you can install it with: .. code-block:: console $ pip install . .. _Github repo: https://github.com/simple-ai-opensource/simple-or .. _tarball: https://github.com/simple-ai-opensource/simple-or/tarball/master