# Current stable release for CPU-only pip install tensorflow # Preview nightly build for CPU-only (unstable) pip install tf-nightly # Install TensorFlow 2.0 Beta pip install tensorflow2.0.0-beta1. Download a package. Install TensorFlow with Python's pip package manager. Installing and Upgrading Windows. There are two ways to install Taurus on Windows. The recommended way is to use the prebuilt installer that will install latest Taurus on your PC. However, if you already have Python installed, you can install Taurus manually with pip, Python package manager.
This guide covers the following topics:
Note
This guide relies heavily on command-line tools.It assumes you are the least familiar with the macOS Terminal application.
Installing Dependencies¶
Install those packages or make sure you have them in your system.
Downloading the Repository¶
Simply check out the Blender Manual’s repository using:
The repository will now be downloaded which may take a few minutes depending on your internet connection.
Setting up the Build Environment¶
Open a Terminal window.
Enter the
blender_docs
folder which was just added by the SVN checkout:Inside that folder is a file called
requirements.txt
which contains a list of all the dependencies we need.To install these dependencies, we can use thepip
command:
Note
Every now and then you may want to make sure your dependencies are up to date using:
Pip Install On Mac With Manual Pdf
Continue with the next step: Building.