Skip to content

Commit 950282b

Browse files
committed
README.md: add public source code location
1 parent e6d3d1c commit 950282b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ LBNL Embedded Ethernet Protocol (LEEP)
44
LEEP protocol python implementation and tooling
55
used by LBL and partner laboratories.
66

7+
### Source
8+
9+
https://github.com/BerkeleyLab/leep/
10+
711
### Requirements
812

913
```bash
@@ -16,8 +20,14 @@ python3 -m pip install --upgrade build
1620
python3 -m build
1721
```
1822

19-
### Installing
23+
### Installing from source
24+
25+
```bash
26+
python3 -m pip install <LEEP directory>
27+
```
28+
29+
### Installing from PyPI
2030

2131
```bash
22-
pip install <LEEP directory>
32+
python3 -m pip install leep
2333
```

0 commit comments

Comments
 (0)