summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorKelly Boothby <boothby@dwavesys.com>2021-06-20 22:42:01 -0700
committerGitHub <noreply@github.com>2021-06-21 01:42:01 -0400
commit89a54703fafbb67d5a79b38238f7478ef62a51eb (patch)
tree7afb22651fc7f90f22f63c29af3bf6496f313cdc /INSTALL.rst
parent1f96b154a86588a7ef3d9b3637dd66749b1de71f (diff)
downloadnetworkx-89a54703fafbb67d5a79b38238f7478ef62a51eb.tar.gz
Remove decorator dependency (#4739)
* added argmap decorator * removed most dependency on decorator * removed last reference to decorator? * Made the compilation of argmap-decorated functions lazy to reduce import time. * black * reworked try_finally to make cleanup cleaner * first pass at documentation; general cleanup * incorporated dschult's comments * rest formatted docstrings * added unit tests and fixed a few bugs that cropped up * Apply suggestions from code review Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Dan Schult <dschult@colgate.edu> * Exapnd docstrings for decorators.py * * refactored try_finally into a keyword-only argument * more tweaks to documentation re: @stefanv's comments * additional unit test for signature-clobbering decorators * spellcheck my txt and expand new test to help me grok it * rehash docstrings for sphinx * rewrite docs to provide some examples where argmap used without @argmap * doc tweak * last touches * documentation clarifications * run black * doc review * remove decorator module from github workflows and INSTALL.rst * add text to release_dev to describe highlights and improvements here Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Dan Schult <dschult@colgate.edu>
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index b9d85e40..7df658f5 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -35,7 +35,7 @@ install into your user directory using the ``--user`` flag::
If you do not want to install our dependencies (e.g., ``numpy``, ``scipy``, etc.),
you can use::
- $ pip install decorator networkx --no-deps
+ $ pip install networkx --no-deps
This may be helpful if you are using PyPy or you are working on a project that
only needs a limited subset of our functionality and you want to limit the