Skip to content

Commit 2fd4f74

Browse files
authored
docs: update CONTRIBUTING.rst (#484)
Updates contributing docs to show how to install textblob and its dependencies now that they're managed by pyproject.toml and not dev-requirements.txt and setup.py
1 parent 5189976 commit 2fd4f74

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ Setting Up for Local Development
3535
2. Install development requirements. It is highly recommended that you use a virtualenv. ::
3636

3737
# After activating your virtualenv
38-
$ pip install -r dev-requirements.txt
39-
40-
3. Install TextBlob in develop mode. ::
41-
42-
$ python setup.py develop
38+
$ pip install -e '.[tests]'
4339

4440
.. _extension-development:
4541

0 commit comments

Comments
 (0)