diff --git a/README.md b/README.md index e715153..cb70d45 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,13 @@ We recommend to install UROPA using the conda package manager. Make sure to have - Answer the question "Do you wish the installer to prepend the Miniconda install location to PATH in your /home/.../.bashrc ?" with yes OR do ```PATH=dir/to/miniconda3:$PATH``` after installation process -The UROPA installation is now as easy as ```conda install -c bioconda -c conda-forge uropa```. +The UROPA installation is now as easy as + +```conda create --name uropa``` + +```conda activate uropa``` + +```conda install python uropa```. ### Biocontainers / Docker diff --git a/docs_rst/install.rst b/docs_rst/install.rst index 9de808b..3348fdf 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -13,7 +13,13 @@ Make sure to have `conda` installed, e.g. via - Answer the question "Do you wish the installer to prepend the Miniconda install location to PATH in your /home/.../.bashrc ?" with yes OR do ``export PATH=dir/to/miniconda3:$PATH`` after installation process -The UROPA installation is now as easy as ``conda install -c bioconda -c conda-forge uropa``. +The UROPA installation is now as easy as + +``conda create --name uropa`` + +``conda activate uropa`` + +``conda install python uropa``. Biocontainers / Docker ----------------------