Skip to content

Commit

Permalink
pip install should be recommended install method
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider authored Apr 30, 2023
1 parent e99d5f6 commit 69529c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ This iteration of LeptonInjector provides a generic interface for user-defined B

# Python installation of LeptonInjector

To use LeptonInjector in a python project, simply clone the repository:
LeptonInjector is distributed on pypi as `leptoninjector`, and can be installed via pip with:

```
pip install leptoninjector
```

For development of LeptonInjector as a python project, simply clone the repository:

```
git clone https://github.com/Harvard-Neutrino/LeptonInjector.git
Expand Down

0 comments on commit 69529c0

Please sign in to comment.