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 #############