How to get access to the new and improved snow2 algorithm? #541
Answered
by
ma-sadeghi
enrico-agostini
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ma-sadeghi
Jun 22, 2021
Replies: 1 comment 3 replies
-
|
Hi Enrico,
Just make sure to uninstall any |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
enrico-agostini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi Enrico,
snow2is not yet deployed. It's on ourdevbranch. You have two options: either wait for a week or so until we release PoreSpy 2.0, which hassnow2(then you can doconda install -c conda-forge porespy), or clone our repo and use the dev branch. To install the dev version, go to command line and run:git clone https://github.com/PMEAL/porespy# copies the repo in your storagecd porespy# enters the "porespy" directorypip install -e .# installs the development version into your Python environmentJust make sure to uninstall any
porespyyou might already have installed in the environment before executing the above commands.