For the modules GSR (gadget snapshot reader) and pygadget

  • Context: Python 
  • Thread starter Thread starter Apashanka
  • Start date Start date
  • Tags Tags
    Modules
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
Apashanka
Messages
427
Reaction score
15
Hi,
I have python version 2.7 in Linux and now want to include the modules GSR(gadget snapshot reader) and pygadget ...can anyone please suggest what to proceed??
Thanks
Apashanka
 
Physics news on Phys.org
Apashanka said:
Hi,
I have python version 2.7 in Linux and now want to include the modules GSR(gadget snapshot reader) and pygadget ...can anyone please suggest what to proceed??
Thanks
Apashanka
If its like numpy or smthing like that, then in python 3.7 you have to go the terminal (cmd) and type,

py -m pip install packagename

Or

python -m pip install packagename

Maybe its the same in py 2.7
 
  • Like
Likes   Reactions: Apashanka