From a53da9fd9bf4b92a360c61f31e0947fdbbfe0935 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Mon, 16 Oct 2023 15:59:17 -0700 Subject: [PATCH] Update installation instructions --- README.md | 2 +- docs/source/user_guide/index.rst | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9419c927..8413e49b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Then, for each contribution: ## Install ``` -python3 -m pip install -v . +python3 -m pip install lasy ``` For tests, you need to have a few extra packages, such as `pytest` and `openpmd-viewer` installed: diff --git a/docs/source/user_guide/index.rst b/docs/source/user_guide/index.rst index 75645ee2..97d2d9df 100644 --- a/docs/source/user_guide/index.rst +++ b/docs/source/user_guide/index.rst @@ -4,18 +4,10 @@ User Guide Installation ############ -To install the code you will need to first clone the repository to your local machine. -Change into the new directory and then run the install command as given below. - .. code-block:: bash :caption: Installation Instructions - git clone https://github.com/LASY-org/lasy.git - cd lasy - python3 -m pip install -v . - -More installation options and further instructions will be added in due course. - + python -m pip install lasy First Example #############