You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ or.. it is just a set of (Python) Wheels.
12
12
Cloudify Plugins are packaged as sets of Python [Wheels](https://packaging.python.org/en/latest/distributing.html#wheels) in tar.gz archives and so we needed a tool to create such entities; hence, Wagon.
13
13
14
14
* Wagon currently supports Python 2.6.x and Python 2.7.x.
15
-
* Wagon is currently only tested on Linux but might work on other platforms.
15
+
* Wagon is currently tested on both Linux and Windows (via Travis and AppVeyor).
16
+
* To be able to create Wagons of Wheels which include C extensions, you must have the [C++ Compiler for Python](http://www.microsoft.com/en-us/download/details.aspx?id=44266) installed.
16
17
17
18
18
19
## Installation
@@ -216,4 +217,3 @@ tox
216
217
217
218
* Support Python 3.x
218
219
* Provide the most statistically robust way of identification and installation of Linux compiled Wheels.
0 commit comments