Skip to content

Commit b30d567

Browse files
committed
Fix: Fixed editable pip install command
1 parent 0c01da5 commit b30d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pip install cesnet-tszoo
4242
or for editable install with:
4343

4444
```bash
45-
pip install -e git+https://github.com/CESNET/cesnet-tszoo
45+
pip install -e git+https://github.com/CESNET/cesnet-tszoo#egg=cesnet-tszoo
4646
```
4747

4848
## Examples

0 commit comments

Comments
 (0)