diff options
| author | Sulochan Acharya <sulochan@gmail.com> | 2012-12-14 11:40:22 -0600 |
|---|---|---|
| committer | Sulochan Acharya <sulochan@gmail.com> | 2012-12-14 11:40:22 -0600 |
| commit | 694bcb7f7c1e44ac875ce658debe3d0505e45706 (patch) | |
| tree | c69e52f4327e27e7cccc3611c1e643436e027d06 /doc/source | |
| parent | b68bb0a2c59e2a6dfd6a0e3676f490fb801326b7 (diff) | |
| download | nova-694bcb7f7c1e44ac875ce658debe3d0505e45706.tar.gz nova-694bcb7f7c1e44ac875ce658debe3d0505e45706.tar.xz nova-694bcb7f7c1e44ac875ce658debe3d0505e45706.zip | |
Update command on devref doc
Update the apt-get command to build mysql dependency for ubuntu.
It currenly says apt-get install build-dep python-mysqldb
which should just be apt-get build-dep python-mysqldb
Change-Id: I541f7b80802a6b7191f2fe0338965ef425e7c2fd
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/devref/development.environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 4187f9278..4eb695963 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -66,7 +66,7 @@ On Ubuntu:: On Ubuntu Precise (12.04) you may also need to add the following packages:: - sudo apt-get install build-dep python-mysqldb + sudo apt-get build-dep python-mysqldb On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux):: |
