tdaylan / tdpy

TD's Python library of numerical routines
MIT License
6 stars 0 forks source link

Problem when installing #1

Open jasonfan1997 opened 7 years ago

jasonfan1997 commented 7 years ago

It show " error : package directory "tdpy" does not exist" when I following the instruction.Why

tdaylan commented 7 years ago

I modified the setup script to avoid potential complaints. It should work now.

jasonfan1997 commented 7 years ago

It seem I still cannot install it correctly, when I try to import pcat, it still said that no module named tdpy.util.

tdaylan commented 7 years ago

Once you download tdpy and pcat repos, make sure that their paths are in your $PYTHONPATH. setup.py should normally do this, but you can also manually update your $PYTHONPATH to include the relevant folders.