mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-09 11:04:08 +01:00
5 lines
113 B
Bash
5 lines
113 B
Bash
![]() |
#!/bin/bash
|
||
|
# Updates a locally installed copy of PyLink and runs it.
|
||
|
|
||
|
python3 setup.py install --user && pylink
|