davidcortesortuno / oommfpy

Python library to analyse OOMMF and MuMax3 data files
BSD 2-Clause "Simplified" License
12 stars 7 forks source link

Installing OOMMFPy #1

Closed Ponsudana closed 5 years ago

Ponsudana commented 5 years ago

Hi, How can I install this pack using conda?

Thanks,

Ponsudana commented 5 years ago

I have just downloaded the zip file with source code and installed the library using pip. OOMMFPy works in my Jupyter notebook.

Thanks,

davidcortesortuno commented 5 years ago

Ah ok, yes, I haven't made a PyPi package yet, but you can use pip and install the package from the main directory pip install . Notice there are more features in the development branch (use git checkout develop in the package directory if you want to try it out), which I'm going to try to release soon

Ponsudana commented 5 years ago

@davidcortesortuno Yes, sure. Thank you.