{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "*This notebook contains material from [PyRosetta](https://RosettaCommons.github.io/PyRosetta.notebooks);\n", "content is available [on Github](https://github.com/RosettaCommons/PyRosetta.notebooks.git).*" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "< [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" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# How to Get PyRosetta on Your Personal Computer" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Download the main necessary packages to work locally on your machine" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Python 3.9 (and preferably IPython for tab-completion)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "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." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### PyMOL \n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Here is the link to the free educational version: https://pymol.org/edu/?q=educational/. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### PyRosetta-3.9.Release" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "1) Go to https://els.comotion.uw.edu/licenses/88 and fill out the form for a free academic license for PyRosetta\n", "\n", "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)\n", "\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "< [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" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.0" }, "toc": { "base_numbering": 1, "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": false, "title_cell": "Table of Contents", "title_sidebar": "Contents", "toc_cell": false, "toc_position": {}, "toc_section_display": true, "toc_window_display": false } }, "nbformat": 4, "nbformat_minor": 2 }