Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit d456fc5

Browse files
committed
Add "extra_require" to "setup.py" file.
1 parent 5ebe0b9 commit d456fc5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ Installation
2828

2929
The easiest way to install colormath is via pip/easy_install::
3030

31-
pip install colormath
31+
$ pip install colormath
32+
33+
The development dependencies are installed as follows:
34+
35+
$ pip install 'colormath[development]'
3236

3337
Documentation
3438
-------------

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@
3939
classifiers=CLASSIFIERS,
4040
keywords=KEYWORDS,
4141
install_requires=["numpy", "networkx>=2.0"],
42+
extras_require={"development": ["black", "flake8", "nose", "pre-commit", "sphinx"]},
4243
)

0 commit comments

Comments
 (0)