Add requirements.txt

pull/2/head
Pierros Papadeas 2018-04-16 18:05:06 +03:00
parent 7dc139fc99
commit 8a6c318c13
No known key found for this signature in database
GPG Key ID: AB1301B4FCDFF5D4
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,9 @@ This software will take over the satellite tracking functionality of my [sattool
This repository will primarily be used for development, and will rely, for the moment, on programs from the [sattools](https://github.com/cbassa/sattools) repository.
## Installation
**stvid** handles requirements using pip. You can install requirements by running `pip install -r requirements.txt`. You should consider using a VirtualEnv to run stvid on a separate python virtual environment.
## Todo
Features to be implemented.

4
requirements.txt 100644
View File

@ -0,0 +1,4 @@
astropy==3.0.1
numpy==1.14.2
opencv-python==3.4.0.12
scipy==1.0.1