Skip to content

Commit 75c0a4a

Browse files
committed
Updated README
1 parent bf06e03 commit 75c0a4a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ CI status
5151
.. image:: https://secure.travis-ci.org/saghul/python-fibers.png?branch=master
5252
:target: http://travis-ci.org/saghul/python-fibers
5353

54+
.. image:: https://ci.appveyor.com/api/projects/status/9f4h0wk797i4vc0k?svg=true
55+
:target: https://ci.appveyor.com/project/saghul/python-fibers
56+
5457

5558
Documentation
5659
=============
@@ -92,12 +95,10 @@ Mac OSX:
9295
export ARCHFLAGS="-arch x86_64"
9396
./build_inplace
9497

95-
Microsoft Windows (with Visual Studio 2008):
98+
Microsoft Windows (with Visual Studio 2008 or 2010):
9699

97100
::
98101

99-
./build_inplace
100-
(or, with cmd.exe)
101102
python setup.py build_ext --inplace
102103

103104

@@ -137,7 +138,7 @@ they are not actively tested. CPython and PyPy are supported.
137138
Supported architectures
138139
=======================
139140

140-
x86, x86-64 and ARM are supported.
141+
x86, x86-64, ARM and MIPS64 are supported.
141142

142143

143144
Contributing

0 commit comments

Comments
 (0)