File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,10 @@ Ready to contribute? Here's how to set up `python-progressbar` for local develop
6262
6363 $ git clone --branch develop [email protected] :your_name_here/python-progressbar.git 6464
65- 3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::
65+ 3. Install your local copy into a virtualenv. Assuming you have ` uv ` installed, this is how you set up your fork for local development::
6666
67- $ mkvirtualenv progressbar
6867 $ cd progressbar/
69- $ pip install -e .
68+ $ uv sync
7069
71704. Create a branch for local development with `git-flow-avh `_::
7271
@@ -123,4 +122,3 @@ To run a subset of tests::
123122 $ py.test tests/some_test.py
124123
125124.. _git-flow-avh : https://github.com/petervanderdoes/gitflow
126-
You can’t perform that action at this time.
0 commit comments