Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
weilandtd authored May 9, 2022
1 parent 1fe1001 commit 0ca4c9e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,21 @@ Windows users can install the conda packages using a linux subsystem via `WLS <h

A comprehensive explanation to install anaconda/miniconda within the WLS linux subsystem can be found `here <https://gist.github.com/kauffmanes/5e74916617f9993bc3479f401dfec7da>`_.


We arre currently in the process of deploying SKiMpy and its depdency pyTFA to conda forge for a fullly atomated installation.
In the meantime you can download current version of the respective packages `here <>`_. TEMP PACKAGES COMMING SOON!

Then install pytfa and skimpy using the local source:

.. code:: bash
conda TO BE FINISHED SOON
conda create --name skimpy-env
conda activate skimpy-env
cd /path/to/conda/packakges/
conda install --use-local pytfa
conda install --use-local skimpy
Alternatively you can install this module from source using ``pip``:
*For Python 3, you might have to use* ``pip3`` *instead of* ``pip``
Expand Down

0 comments on commit 0ca4c9e

Please # to comment.