Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 2, 2015
1 parent bf06e03 commit 75c0a4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ CI status
.. image:: https://secure.travis-ci.org/saghul/python-fibers.png?branch=master
:target: http://travis-ci.org/saghul/python-fibers

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


Documentation
=============
Expand Down Expand Up @@ -92,12 +95,10 @@ Mac OSX:
export ARCHFLAGS="-arch x86_64"
./build_inplace

Microsoft Windows (with Visual Studio 2008):
Microsoft Windows (with Visual Studio 2008 or 2010):

::

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


Expand Down Expand Up @@ -137,7 +138,7 @@ they are not actively tested. CPython and PyPy are supported.
Supported architectures
=======================

x86, x86-64 and ARM are supported.
x86, x86-64, ARM and MIPS64 are supported.


Contributing
Expand Down

0 comments on commit 75c0a4a

Please sign in to comment.