RazerM / orbital

High level orbital mechanics package.
MIT License
91 stars 35 forks source link

When updating using pip, the fixes due to represent >= 2.0 are not being picked up #30

Open OrbitalMechanic opened 3 months ago

OrbitalMechanic commented 3 months ago

The fixes due to represent >= 2.0 are not being included when using pip to update Orbitalpy.

RazerM commented 3 months ago

This isn't actively maintained, I may make a release when I'm at a computer but there are other issues too. You can install from the master branch using

pip install 'OrbitalPy @ git+https://github.com/RazerM/orbital.git@master'

or more precisely by pointing to a certain commit hash:

pip install 'OrbitalPy @ git+https://github.com/RazerM/orbital.git@d7ba7491209caa104801eaee53e5aed485554e80'