#!/usr/bin/env python # coding: utf-8 # # *This notebook contains material from [PyRosetta](https://RosettaCommons.github.io/PyRosetta.notebooks); # content is available [on Github](https://github.com/RosettaCommons/PyRosetta.notebooks.git).* # # < [How to Get Started](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/01.00-How-to-Get-Started.ipynb) | [Contents](toc.ipynb) | [Index](index.ipynb) | [Jupyter Notebooks, Python, and Google Colaboratory](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/01.02-Notebooks-Python-Colab.ipynb) >

Open in Colab # # How to Get PyRosetta on Your Personal Computer # ## Download the main necessary packages to work locally on your machine # ### Python 3.9 (and preferably IPython for tab-completion) # Select the latest Python-3.9.x version to download from https://www.python.org/downloads/. For IPython, you should be able to type `pip install ipython` in your terminal. # ### PyMOL # # Here is the link to the free educational version: https://pymol.org/edu/?q=educational/. # ### PyRosetta-3.9.Release # 1) Go to https://els.comotion.uw.edu/licenses/88 and fill out the form for a free academic license for PyRosetta # # 2) Download PyRosetta correct PyRosetta-wheel (ie version that match your operation system and Python version) from https://www.pyrosetta.org/downloads and use your terminal to execute `pip install ` ((you may need to add sudo before the `pip` part if your computer says you don’t have permission) # # # In[ ]: # # < [How to Get Started](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/01.00-How-to-Get-Started.ipynb) | [Contents](toc.ipynb) | [Index](index.ipynb) | [Jupyter Notebooks, Python, and Google Colaboratory](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/01.02-Notebooks-Python-Colab.ipynb) >

Open in Colab