Replies: 1 comment 1 reply
-
|
Thanks @RCmags! That's a really good point. I'll add it to the readme. Let me know if you come across any other challenges getting set up. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I got the scripts in the
/examplesfolder to run, andgui/main.pyto load onUbuntu 24.04.3 LTSusing miniconda3. Here's the commands I used:Idea / Suggestion
Add the line
pip install --editable .orpip install .to the instruction in the readme for non-pycharm based installations.This command and others could be included in a
install.sh(linux/macos) or ainstall.bat(windows) script to automatically prepare the python environment for users. Something akin to what is outlined in: Setuptools - Editable modeBeta Was this translation helpful? Give feedback.
All reactions