source:
fullrmc-pkg/pyrep/build.sh
@
4384
Last change on this file since 4384 was 4384, checked in by toby, 3 years ago | |
---|---|
File size: 410 bytes |
Rev | Line | |
---|---|---|
[4384] | 1 | # pyrep needs to be installed in order to run setup |
2 | #curl https://files.pythonhosted.org/packages/ac/ad/40096791da6aee74d009837a6e0a524073f37c626187be5f9d4e3ba5a085/pyrep-3.2.0-py3-none-any.whl > /tmp/pyrep-3.2.0-py3-none-any.whl | |
3 | #$PREFIX/bin/pip install /tmp/pyrep-3.2.0-py3-none-any.whl | |
4 | $PYTHON setup.py install # Python command to install the script. | |
5 | # and then gone | |
6 | #$PREFIX/bin/pip uninstall pyrep -y |
Note: See TracBrowser
for help on using the repository browser.