Help with installation #11
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello, The actual way to run your script or notebook is by placing them inside the folder you cloned, along with the rest of the examples (1D_harmonic_oscillator.py, 1D_interactive_fermions.py ... ).
Also, If you are using a conda environment you can 'fake' the installation by manually placing the qmsolve folder in the following directory:
If you are using Windows, that path may be |
Beta Was this translation helpful? Give feedback.
Hello,
We haven't uploaded it yet to PyPI, but we will soon.
The actual way to run your script or notebook is by placing them inside the folder you cloned, along with the rest of the examples (1D_harmonic_oscillator.py, 1D_interactive_fermions.py ... ).
Also, If you are using a conda environment you can 'fake' the installation by manually placing the qmsolve folder in the following directory:
$path to your conda installation$\Lib\site-packages
If you are using Windows, that path may be
C:\Users\%USERNAME%
orC:\Program Files
If you make the above, you will be able to run your script from a…