This repository was archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
Commit fac1252 Jim Olsen
committed
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,16 @@ This is a set of packages and scripts that provide a simple way for interfacing
19
19
## Versions
20
20
21
21
* Current Stable Version:
22
- * ** 2.1.7 (Dec 08 2015 )** [ Release Link] ( https://github.com/tanium/pytan/releases/tag/2.1.7 )
22
+ * ** 2.1.8 (Jan 19 2016 )** [ Release Link] ( https://github.com/tanium/pytan/releases/tag/2.1.8 )
23
23
* Current Development Version:
24
- * ** 2.1.8** [ Develop Branch] ( https://github.com/tanium/pytan/tree/develop )
24
+ * ** 2.1.9** [ Develop Branch] ( https://github.com/tanium/pytan/tree/develop )
25
+ * Next major version:
26
+ * ** 4.0.0** [ Turtle branch] ( https://github.com/tanium/pytan/tree/turtle )
25
27
26
28
## Documentation Links
27
29
30
+ Documentation is only generated for major releases!
31
+
28
32
* Online documentation for PyTan 2.1.6:
29
33
* [ HTML: Main Index] ( http://tanium.github.io/pytan )
30
34
* [ HTML: PyTan API Examples] ( http://tanium.github.io/pytan/examples/pytan_examples.html )
@@ -51,7 +55,7 @@ mkdir ~/tanium
51
55
* Extract the PyTan ZIP file you downloaded to ~ /tanium:
52
56
```
53
57
cd ~/tanium
54
- unzip pytan-2.1.7 .zip
58
+ unzip pytan-2.1.8 .zip
55
59
```
56
60
* Verify that your OSX install has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
57
61
```
@@ -68,7 +72,7 @@ mkdir ~/tanium
68
72
* Extract the PyTan ZIP file you downloaded to ~ /tanium:
69
73
```
70
74
cd ~/tanium
71
- unzip pytan-2.1.7 .zip
75
+ unzip pytan-2.1.8 .zip
72
76
```
73
77
* Verify that your linux distribution has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
74
78
```
You can’t perform that action at this time.
0 commit comments