Skip to content
Snippets Groups Projects
Select Git revision
  • facb3bc524919fe1670968bb2c5173aadf7c998a
  • master default protected
  • develop
  • feat-features-update
  • esra-current
  • v0.1.2.1
6 results

install.rst

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    install.rst 1.11 KiB

    Installation

    apollon can be installed on GNU/Linux, macOS, and Windows. Installation process is similar on each of these plaforms. Note, however, that apollon contains Python C extension modules, which have to be compile locally for GNU/Linux and Windows users. If work on any of those platforms, please make shure that there is a C compiler set up on your machine; otherwise the installation will fail. In the case of macOS, a precompiled wheel is provided for the latest version only.

    Install using pip

    The Python packager manager can automatically install download and install apollon from pip. Simply run the following command from your terminal:

    python3 -m pip install apollon

    Install from source

    You can also install and compile apollon directly from its sources in three steps:

    • Download the apollon source code
    • Open a terminal and navigate to the apollon root directory
    • Install and compile with the following command
    python3 -m pip install .