Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Oct 16, 2023
1 parent 9651490 commit a53da9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 1 addition & 9 deletions docs/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
#############
Expand Down

0 comments on commit a53da9f

Please sign in to comment.