erwanp / qtplaskin

A graphical tool to explore ZdPlaskin Results
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Outdated INSTALL.txt #9

Open githeap opened 5 years ago

githeap commented 5 years ago

Remove or update install instructions

Hemadityamalla commented 4 years ago

Hi, thank you very much for porting qtplaskin to modern python! I intend to use it for my zero-dimensional plasma modelling project. I would like to point out that I was able to install qtplaskin using the following command: python setup.py install . This does not seem to require installing the pip package manager. You may include this in the readme.md of the qtplaskin repo as it might be useful for other users. Cheers, Hemaditya

erwanp commented 4 years ago

Hello Hemaditya! I stopped using python setup.py install and started using:

pip install -e . 

(notice the "." ) , which installs the local folder, but also removes outdated versions (which python setup.py install does not