Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2019-02-09 09:40:46
Size: 1028
Editor: PieterSmit
Comment:
Revision 11 as of 2019-05-08 09:36:11
Size: 1258
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
== Python libraries ==

=== Python command line ===
 * $ pip install [[https://github.com/kennethreitz/delegator.py/blob/master/README.rst|delegator.py]]

 * [[https://github.com/pallets/click/blob/master/README.rst|click]]

PYTHON links

Python Virtual Environments

  • Since python 3.5 use pyton to create

       python3 -m venv myproject/
       #activate
       source myproject/bin/activate

Python libraries

Python command line

...


CategoryDevelopement

Python (last edited 2023-10-10 00:31:07 by PieterSmit)