Skip to content

Commit e9e019d

Browse files
committed
📝 use uv in the dev env setup docs
1 parent 3e63b24 commit e9e019d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

7170
4. 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-

0 commit comments

Comments
 (0)