Add more wording tweaks

This commit is contained in:
Carol Willing
2016-01-12 13:55:10 -08:00
parent 4afa358201
commit 2cc49d317b

View File

@@ -40,7 +40,7 @@ Next, install JavaScript dependencies:
### (Optional) Installation Prerequisite (pip)
Notes on `pip` command used in the below installation sections:
Notes on the `pip` command used in the installation directions below:
- `sudo` may be needed for `pip install`, depending on the user's filesystem permissions.
- JupyterHub requires Python >= 3.3, so `pip3` may be required on some machines for package installation instead of `pip` (especially when both Python 2 and Python 3 are installed on a machine). If `pip3` is not found, install it using (on Linux Debian/Ubuntu):
@@ -97,7 +97,7 @@ configuration of the system.
## Getting started
See the [getting started document](docs/source/getting-started.md) for some of the
See the [getting started document](docs/source/getting-started.md) for the
basics of configuring your JupyterHub deployment.
### Some examples