Skip to content

Using ANDES without installation #346

Answered by TheASingh
TheASingh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi all,

To run ANDES without installing it on your team's systems, please follow below steps:

  1. First, you need to have PyCharm, an IDE for python.
  2. Create a new project in PyCharm.
  3. Now you need to install ANDES package. There are two ways to do:
    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
  4. By default, there will be a main.py file in the newly created project where you will write your code to start the simulation.
  5. Now you need to install a package pyinstaller similar to step 3.
  6. In terminal, now run the following command:
    pyinstaller --onefile main.py
    This command …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cuihantao
Comment options

Answer selected by cuihantao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants