-
I used "git for windows" to download and install PySDM via command line. However, it is not even moving past the import statements. After typing in the console,
nothing happens. It is not throwing error. Any ideas how can this be fixed. |
Beta Was this translation helpful? Give feedback.
Answered by
slayoo
Apr 1, 2021
Replies: 1 comment 9 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
How exaclty have you installed PySDM?
If you clone with git, the best way to install PySDM is to do "pip install -e" (see https://stackoverflow.com/questions/42609943/what-is-the-use-case-for-pip-install-e).
Sylwester