-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpylib_info.html
56 lines (50 loc) · 1.44 KB
/
pylib_info.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
Short and Sweet Guide to Using Pylib
</title>
</head>
<body>
<h1>
Short and Sweet Guide to Using Pylib
</h1>
<p>
This is intended as minimal resources to leveraging Pylib
<br>
Here are the resources that can help you out:
</p>
<ul>
<li>
<a href="https://github.com/gcallah/utils/tree/master/pylib/tests">
Here
</a>
are some resources for running tests on html tags
</li>
</ul>
<ul>
<li>
<a href="https://github.com/gcallah/utils/blob/master/pylib/pytests.sh">
Here
</a>
is the shell script to get you going
</li>
</ul>
<ul>
<li>
<a href="https://github.com/gcallah/utils/tree/master/pylib">
Here
</a>
are other resources you can browse and leverage
</li>
<li>
<a href="UpgradePython.html">
Here
</a>
is critical information for updating python
</li>
</ul>
</body>
</html>