-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
38 lines (25 loc) · 1.28 KB
/
readme.txt
File metadata and controls
38 lines (25 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Documents for basic information needed for installing modules and packaging.
Readme file for sample python code.
Python modules used most often
1) netaddr : http://pythonhosted.org/netaddr/tutorial_01.html
2) http.server : https://docs.python.org/3.4/library/http.server.html?
Packaging
-Virtual Environments
http://docs.python-guide.org/en/latest/dev/virtualenvs/
-setuptool
http://setuptools.readthedocs.io/en/latest/setuptools.html#installing-setuptools
http://python-packaging.readthedocs.io/en/latest/command-line-scripts.html
https://docs.python.org/2/distutils/introduction.html#distutils-simple-example
-Requirements file
https://pip.readthedocs.io/en/1.1/requirements.html
-Installing libraries with a requirements file.
pip -r requirements.txt
File content
foo==>4.5
or
foo
-Condo
http://conda.pydata.org/docs/intro.html
Conda is a package manager application that quickly installs, runs, and updates packages and their dependencies. The conda command is the primary interface for managing installations of various packages. It can query and search the package index and current installation, create new environments, and install and update packages into existing conda environments. See our Using conda section for more information.
- Package index
https://pypi.python.org/pypi