Skip to content

Remembering from where and how to install tools and packages

Notifications You must be signed in to change notification settings

vjkr/Tools-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Tools-installation

Remembering from where and how to install tools and packages

  1. Octave:: installing image package. Start from C:\Octave\octave-4.0.0\src with .tar.gz package copied there or use -forge to install from web use on CL pkg install image...tar.gz use load image once installed

  2. Python for windows windows should have service pack 1 listed under My Computer Properties. If not update windows with the update. UPDATE not working: Stop BITS from Services in My Computer Manager.. and stop update Search C:\Windows\SoftwareDistribution and delete all cotents Restart system and BITS and Win Update

  3. Installed anaconda2 for having python libraries installation of anaconda2.exe provides major libraries like numpy scipy matplotlib pandas also provided... jupyter notebook, ipy notebook and spyder to run interactive notebook.... start from anaconda prompt... and command.... ipython notebook

  4. for running py files in anaconda start with anaconda prompt be in the dir where code file is stored. at prompt type > python filename.py

the results obseved are the requests put inside main() use print command to observe variables

for running individual commands... type >python

import... so on

About

Remembering from where and how to install tools and packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published