====== How to install Anaconda Python distribution ====== {{ :ufit:install.svg?nolink&180}} There exists a plenty of Python distributions. For **ufit** we recommend to use [[https://www.continuum.io/|Anaconda]], because it includes almost all required libraries and it is very well suited for scientific work. \\ In addition it is availbable for all major platforms. \\ We recommend to use 64bit version of Anaconda with Python 2.7: - Go to the [[https://www.continuum.io/downloads|Anaconda download page]] - Select your platform (Windows/macOS/Linux) and 64-bit version with Python 2.7 (32-bit will work as well) - After successful installation, open your command line/terminal * Windows: Start -> Anaconda prompt * macOS: Navigate to /Applications/Utilities and double-click on Terminal. - type ''pip install ufit'' - if you want to run ufit GUI, just type: ''ufitgui''