Skip to content

Commit

Permalink
updated readme and docs regarding python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Jun 19, 2017
1 parent 3b240cc commit bce8828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Foolbox
=======

Foolbox is a Python toolbox to create adversarial examples that fool neural networks. It requires `Python 3`, `NumPy` and `SciPy`.
Foolbox is a Python toolbox to create adversarial examples that fool neural networks. It requires `Python`, `NumPy` and `SciPy`.

Installation
------------
Expand All @@ -22,6 +22,8 @@ Installation
pip install foolbox
We test using Python 2.7, 3.5 and 3.6. Other Python versions might work as well. **We recommend using Python 3!**

Documentation
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Installation
============

Foolbox is a Python 3 package and not compatible with Python 2. At the moment, we test it using Python 3.5 and Python 3.6, but other versions might work as well.
Foolbox is a Python package to create adversarial examples. We test using Python 2.7, 3.5 and 3.6, but other versions of Python might work as well. **We recommend using Python 3!**.

Stable release
==============
Expand Down

0 comments on commit bce8828

Please sign in to comment.