Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion open-lst/tools/install_python_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

sudo apt-get update
sudo apt-get install --assume-yes python-dev python-pip
sudo pip install -e /home/vagrant/project/open-lst/tools
sudo python -m pip install -e /home/vagrant/project/open-lst/tools

# Install the radio services
sudo cp /home/vagrant/project/open-lst/tools/radio@.service /etc/systemd/system/radio@.service
Expand Down
4 changes: 2 additions & 2 deletions open-lst/tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
packages=['openlst_tools'],
install_requires=[
"blessed>=1.15.0,<2.0.0",
"pyzmq>=13.1.0",
"pycrypto>=2.6",
"pyzmq>=13.1.0,<14.0.0",
"pycrypto>=2.6,<2.7",
"pyserial",
"six"])