Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ISS-Mimic authored Dec 11, 2024
1 parent a5c53a1 commit 90d125d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def main():
run_install("python3-scipy", "sudo apt-get") #required for nightshade
run_install("python3-pandas", "sudo apt-get") #pandas is used for correlating the NASA VV page with wiki
run_install("libatlas-base-dev", "sudo apt-get") #fix numpy issue
run_install("python3-twisted", "sudo apt-get") #websocket stuff for the TDRS status - ONE OPF THESE CAUSED A PROBLEM BEFORE
run_install("python3-autobahn", "sudo apt-get") #websocket stuff for the TDRS status - ONE OPF THESE CAUSED A PROBLEM BEFORE
run_install("python3-ephem", "sudo apt-get") #python libs for mimic
if bullseye:
run_install("pytz", "python -m pip") #python libs for mimic
Expand Down

0 comments on commit 90d125d

Please sign in to comment.