InstallationΒΆ

With Docker:

$ docker build -t pathos .
$ docker run  <...>

Without:

curl -sSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o /tmp/miniconda.sh && \
conda install -y python=3.6 && \
git clone https://github.com/averagehat/pathos && \
cd install && bash assume-conda-install.sh /usr/local/bin/