You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think step 5 in the instructions for setting up the development environment on the QuantEcon Wiki might be wrong. See this SO post for a nice discussion of the difference between
$ python setup.py install
and
$ python setup.py develop
although the difference is somewhat self-evident.
For reference I was taught by the IPython devs that the optimal command is actually
I have updated the instructions to inform users this is an option. For my workflow I usually run python at the root level of the package which automatically defaults to running the latest anyway but the develop option is a nice system wide approach.
All,
I think step 5 in the instructions for setting up the development environment on the QuantEcon Wiki might be wrong. See this SO post for a nice discussion of the difference between
and
although the difference is somewhat self-evident.
For reference I was taught by the IPython devs that the optimal command is actually
This may or may not be related to #123 .
The text was updated successfully, but these errors were encountered: