Skip to content

Commit

Permalink
docs: update CONTRIBUTING.rst (#484)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
johnfraney authored Jan 13, 2025
1 parent 5189976 commit 2fd4f74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ Setting Up for Local Development
2. Install development requirements. It is highly recommended that you use a virtualenv. ::

# After activating your virtualenv
$ pip install -r dev-requirements.txt

3. Install TextBlob in develop mode. ::

$ python setup.py develop
$ pip install -e '.[tests]'

.. _extension-development:

Expand Down

0 comments on commit 2fd4f74

Please sign in to comment.