File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ srcclean:
6767
6868myhtml :
6969 make srcclean
70- cd .. && python setup.py install && cd docs
70+ cd .. && pip install . && cd docs
7171 python qe_apidoc.py
7272 make html
7373
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ In order to generate the documentation, follow these steps:
24241 . Install the ` quantecon ` python library locally. Do to this enter the commands below:
2525```
2626cd ..
27- python setup.py install
27+ pip install .
2828cd docs
2929```
30302 . From this directory, execute the local file ` qe_apidoc.py ` (for an explanation of what the file does, see the module level docstring in the file)
@@ -50,7 +50,7 @@ srcclean:
5050
5151myhtml:
5252 make srcclean
53- cd .. && python setup.py install && cd docs
53+ cd .. && pip install . && cd docs
5454 python qe_apidoc.py
5555 make html
5656```
You can’t perform that action at this time.
0 commit comments