From 965246950bda1d4d3bd34e8e61add69caccee5d1 Mon Sep 17 00:00:00 2001 From: Max Baak Date: Wed, 28 Feb 2018 14:56:35 +0100 Subject: [PATCH] Docs: update of installation instructions in README file --- README.rst | 4 ---- docs/source/installation.rst | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 7996c1e..80a4829 100644 --- a/README.rst +++ b/README.rst @@ -38,10 +38,6 @@ Version 0.7 of Eskapade (February 2018) contains several major updates: import eskapade - .. code:: bash - - $ pip install Eskapade - This change has resulted in some restructuring of the python directories, making the overall structure more transparent: all python code, including the tutorials, now fall under the (single) ``python/`` directory. Additionally, thanks to the pip convention, our prior dependence on environment variables (``$ESKAPADE``) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 5f320a4..cdea09e 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -41,7 +41,7 @@ You can now use Eskapade in Python with: **Congratulations, you are now ready to use Eskapade!** -See the readme files in other parts of the repository for specific usage. +See the other parts of the documentation for specific usage. Eskapade with Docker