Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 445 Bytes

File metadata and controls

14 lines (11 loc) · 445 Bytes

ISS Tracker

Terminal tool that calculates your two dimensional distance from the International Space Station 🛰

Developement Installation

$ python3 -m virtualenv iss-tracker # Mac and Linux
$ virtualenv iss-tracker # Windows

$ source iss-tracker/bin/activate # Mac and Linux
$ .\iss-tracker\Scripts\activate # Windows

$ python3 -m pip install -r requirements.txt # Mac and Linux
$ pip install -r requirements.txt # Windows