mirror of https://github.com/docker/docs.git
Update install.md (#2574)
This commit is contained in:
parent
8c81e8e2e1
commit
a3417b8126
|
|
@ -27,7 +27,7 @@ To install Compose, do the following:
|
||||||
4. Follow the instructions from the release page and run the `curl` command,
|
4. Follow the instructions from the release page and run the `curl` command,
|
||||||
which the release page specifies, in your terminal.
|
which the release page specifies, in your terminal.
|
||||||
|
|
||||||
> Note: If you get a "Permission denied" error, your `/usr/local/bin` directory
|
> **Note**: If you get a "Permission denied" error, your `/usr/local/bin` directory
|
||||||
> probably isn't writable and you'll need to install Compose as the superuser. Run
|
> probably isn't writable and you'll need to install Compose as the superuser. Run
|
||||||
> `sudo -i`, then the two commands below, then `exit`.
|
> `sudo -i`, then the two commands below, then `exit`.
|
||||||
|
|
||||||
|
|
@ -62,7 +62,7 @@ To install Compose, do the following:
|
||||||
### Install using pip
|
### Install using pip
|
||||||
|
|
||||||
Compose can be installed from [pypi](https://pypi.python.org/pypi/docker-compose)
|
Compose can be installed from [pypi](https://pypi.python.org/pypi/docker-compose)
|
||||||
using `pip`. If you install using `pip` it is highly recommended that you use a
|
using `pip`. If you install using `pip`, it is highly recommended that you use a
|
||||||
[virtualenv](https://virtualenv.pypa.io/en/latest/) because many operating systems
|
[virtualenv](https://virtualenv.pypa.io/en/latest/) because many operating systems
|
||||||
have python system packages that conflict with docker-compose dependencies. See
|
have python system packages that conflict with docker-compose dependencies. See
|
||||||
the [virtualenv tutorial](http://docs.python-guide.org/en/latest/dev/virtualenvs/)
|
the [virtualenv tutorial](http://docs.python-guide.org/en/latest/dev/virtualenvs/)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue