Skip to content

Commit

Permalink
removed git lfs need
Browse files Browse the repository at this point in the history
  • Loading branch information
soleti authored Aug 22, 2022
1 parent 887da6f commit b5c971b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ The software takes as input an array containing the necessary truth information

## Installation

Some binary files required to run `larnd-sim` files are stored using [Git LFS](https://git-lfs.github.com). To be able to install the clone and install 'larnd-sim` you first need to do:

```bash
git lfs install
git lfs pull
```

The package can be installed in this way:

```bash
Expand All @@ -29,7 +22,9 @@ cd larnd-sim
pip install .
```

which should take care of installing the required dependencies. If you are a developer you might want to install it in _editable mode_, so you can make changes to the code without having to re-install the package every time:
which should take care of installing the required dependencies. `cupy` installation might take a long time. You can considerably speed up the process by pre-installing `cupy` precompiled binaries, available [here](https://docs.cupy.dev/en/stable/install.html#installing-cupy). The version will depend on the version of CUDA installed on your system.

If you are a developer you might want to install it in _editable mode_, so you can make changes to the code without having to re-install the package every time:

```bash
pip install -e .
Expand Down

0 comments on commit b5c971b

Please sign in to comment.