]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/dev/developer_guide/running-tests-locally.rst
update ceph source to reef 18.2.1
[ceph.git] / ceph / doc / dev / developer_guide / running-tests-locally.rst
index 8effd97e4082af6c98c33a72e66a23e49a2cf339..262683bfba9d7f87273117f83dafc14feddc39e0 100644 (file)
@@ -55,7 +55,7 @@ using `vstart_runner.py`_. To do that, you'd need `teuthology`_ installed::
     $ virtualenv --python=python3 venv
     $ source venv/bin/activate
     $ pip install 'setuptools >= 12'
-    $ pip install git+https://github.com/ceph/teuthology#egg=teuthology[test]
+    $ pip install teuthology[test]@git+https://github.com/ceph/teuthology
     $ deactivate
 
 The above steps installs teuthology in a virtual environment. Before running