Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation instructions #192

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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