-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matmodlab2 installation #11
Comments
It should be enough to download the zip file, unzip it, then set your working directory to the extracted folder. There is no need to install, so long as your working directory includes the matmodlab2 directory. |
You mean Python directory (working directory), right? |
Yes, the PYTHONPATH. |
Would you mind telling how I can do that? |
Without knowing your specific setup, your best best would be to follow the instructions at this website: http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7 However, if you are using an IDE (such as Canopy) there is an option to set the working directory (which is slightly different from the PYTHONPATH, but would do the same thing for you). |
Thanks a lot for your help. Let me try with this. |
Thanks @Qalkaseasbeh for the questions/feedbacks! At its heart,
or in
On windows, you have to go to
and then edit or add the path to Note: Inside of the I prefer to work in a terminal environment, but I believe that most python IDE's (like Spyder) allow you to set the working directory or To get a start with |
@Qalkaseasbeh, I would also recommend cloning and not downloading - I push through changes often and by cloning you can easily pull down the changes. |
Thanks a lot for your deep explanation. I did add the path to matmodlab2 to the PYTHONPATH, but How can I check it's done perfectly? I did download ANACONDA. I'm totally new for all these stuff and I'll follow your recommendations to start. Once again, Thank you. |
@Qalkaseasbeh said
So, open the Anaconda Launcher application, launch the QT Console app and execute
If you don't see the Matmodlab2 path in the resultant list, you did not do it right.
Google "how to set up git on windows". After getting it set up, launch the git bash console and
Make sure this path is in your I'd then go through the Matmodlab2 tutorials with the Jupyter notebook app that is bundled with Anaconda. |
I did what you recommended: 1- So, open the Anaconda Launcher application, launch the QT Console app and execute import sys Me: I see the path where I downloaded matmodlab2 ('C:\Users\qusay.alkaseasbeh\Documents') as attached in picture. 2- Google "how to set up git on windows". After getting it set up, launch the git bash console and cd Me: I did, but It didn't accept the path. see the attached please. |
The error is pretty clear - you already have a directory named matmodlab2 in that directory. You'll have to change its name or remove it before cloning |
Yeah, there is unzip file in this folder ('C:\Users\qusay.alkaseasbeh\Documents'), but it doesn't accept any path doesn't have this unzip file. Queation: since I got done with first method, could I start studying the examples? Sorry for disturbing |
Yes, you can use that version. I have made updates to the notebooks in the last two days, so you may want to download a newer version |
Your |
I checked it with (import sys, print(sys.path) and it's supposed to be okay (I attached what I got 4 days ago). |
|
" You can try launching the terminal session from the matmodlab2 directory" How can I do it? |
I believe you make a shortcut to the app and then change the properties of the shortcut to launch where you want. I'm not a windows user, that's about all I know. The best thing to do is figure out why |
Hello,
I'm still new to this tool, so my question is very simple.
I downloaded matmodlab, and (prerequisites: python, numpy, and scipy), but I don't know how to install matmodlab itself, I cannot understand how it works. could you help please?
Thanks a lot.
The text was updated successfully, but these errors were encountered: