Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Preparing for 0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Dec 20, 2015
1 parent 318b8ee commit 250d44c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 146 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ If you want to use the latest official release, you can do so from PYPI directly

> pip install scikit-neuralnetwork

This will install a copy of ``Lasagne`` and other minor packages too as a dependency. We strongly suggest you use a `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ for Python.
This will install the latest official ``Lasagne`` and ``Theano`` as well as other minor packages too as a dependency. We strongly suggest you use a `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ for Python.

B) Pulling Repositories [Optional]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You'll need some dependencies, which you can install manually as follows::
If you want to use the more advanced features like convolution, pooling or upscaling, these depend on the latest code from ``Lasagne`` and ``Theano`` master branches. You can install them manually as follows::

> pip install numpy scipy theano lasagne
> pip install -r https://raw.githubusercontent.com/aigamedev/scikit-neuralnetwork/master/requirements.txt

Once that's done, you can grab this repository and install from ``setup.py`` in the exact same way::

Expand Down
9 changes: 0 additions & 9 deletions sknn/backend/deepy/__init__.py

This file was deleted.

134 changes: 0 additions & 134 deletions sknn/backend/deepy/mlp.py

This file was deleted.

0 comments on commit 250d44c

Please sign in to comment.