0

Can someone help me to install the Odespy library in python library environment. https://github.com/NisangaN/odespy.git

I tried by using pip install, but it is not working. I am a bit new to programming so try to explain as simply as possible.

Nis
  • 11
  • 1

1 Answers1

0
  1. In terminal, type the command - pip install odespy
  2. If 1st one didnt work try - pip3 install odespy
  3. you can also try - python -m pip install odespy

##I hope this will help you##

Sujata R
  • 51
  • 4
  • Thank you for your advice. But still, it is not working. I hope odespy library is a bit outdated. Maybe that is the reason. Anyway, I am still interested in getting it installed and used. – Nis Sep 01 '23 at 10:05