b-fg / postproc

Post-processing package for CFD simulations I run for my PhD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages don't install to python3 library

J-Massey opened this issue · comments

When following the instructions, sudo pip3 install -e . installs to the pwd and not into the python libraries. How can I rectify this?

Those instructions where a bit old and I now recommend using a virtual envoriment such as Conda. Please check the updated README.md in 863845f.

Also, in the old guidelines, sudo pip3 install -e . should be run in the package directory (in case you were not doing so).