-
Dr. Cui, Please suggest possible ways to work with ANDES simulation without installation? Actually, It is not feasible for my team to go through the process of ANDES installation. |
Beta Was this translation helpful? Give feedback.
Answered by
TheASingh
Jul 11, 2022
Replies: 2 comments 1 reply
-
Hi,
You can search on Google about how to use a package without installing or check with your IT department.
Please post your solutions here so that they can be viewed by others.
Regards,
Hantao Cui
…On Jul 6, 2022, 10:42 AM -0500, RajanSingh ***@***.***>, wrote:
Dr. Cui,
Please suggest possible ways to work with ANDES simulation without installation?
Actually, It is not feasible for my team to go through the process of ANDES installation.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi all, To run ANDES without installing it on your team's systems, please follow below steps:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cuihantao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
To run ANDES without installing it on your team's systems, please follow below steps:
i. File -> Settings -> Project -> Python Interpreter. Then click on '+' button to add the package for ANDES.
ii. Or you can run the pip install ANDES command in the terminal
pyinstaller --onefile main.py
This command …