giacgiuliari / icarus-framework

Simulation framework for the attacks presented in "ICARUS: Attacking low Earth orbit satellite networks", presented at USENIX ATC '21.
MIT License
26 stars 5 forks source link

pipenv install issue #7

Open WbgTheshyy opened 1 year ago

WbgTheshyy commented 1 year ago

When I install with pipenv install, it shows that package:icarus-simulator cannot be installed. Can you tell me the reason?

SomeThingH commented 1 year ago

u should first run "pipenv shell", then run "python setup.py install".