Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29566
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-09-20 12:02 -0700 |
| Message-ID | <3142822a-9e66-413c-ac21-4363ba882bc3@googlegroups.com> (permalink) |
| Subject | "Development mode" |
| From | py_lrnr <henryalphabet@hotmail.com> |
I am new to python and I have come across the following command and its description: >Now to be able to run the project you will need to install it and its >dependencies. >python setup.py develop I looked up what the 'develop' argument does and found: >Extra commands: > develop install package in 'development mode' I searched for a description of 'development mode' but could not find a good description. Can anyone (very briefly) explain to me, in a sentence or two: what 'development mode' is? how 'development mode' differs from other 'modes'? why/when I would use 'development mode'? what 'development mode' does or does not allow me to do? Many thanks in advance.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
"Development mode" py_lrnr <henryalphabet@hotmail.com> - 2012-09-20 12:02 -0700 Re: "Development mode" Tarek Ziadé <tarek@ziade.org> - 2012-09-21 10:48 +0200
csiph-web