Still having trouble installing auto-scheduler

I have posted this before but I’m still stuck. I’m following the instructions here.

sudo apt-get update
sudo apt-get install virtualenv python3-virtualenv
virtualenv -p python3 env
source env/bin/activate OK so far

pip install -r requirements.txt here is where I get this error in red. I also tried with pip3, same error

ERROR: Could not open requirements file: [Errno 2] No such file or directory: ‘requirements.txt’
I did some checking on my system.

(env) bob@bob-MD34045-2521:~$ pip --version
pip 20.1.1 from /home/bob/env/lib/python3.6/site-packages/pip (python 3.6)

(env) bob@bob-MD34045-2521:~$ pip3 --version
pip 20.1.1 from /home/bob/env/lib/python3.6/site-packages/pip (python 3.6)

I have downloaded and extracted python-satellitetle-master but could not figure out how to install this. I usually find a Readme file with the usual instructions i.e. mkdir build, cd build, cmake ./, make, sudo make install, sudo ldconfig. I could not find this in this case. I’m not a programmer but have been able to successfully build from source by carefully following posted instructions.
Thank you for your time. Bob vk2byf

4 posts were merged into an existing topic: Auto-scheduler install