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

Commit 250d44c

Browse files
committed
Preparing for 0.5 release.
1 parent 318b8ee commit 250d44c

File tree

3 files changed

+3
-146
lines changed

3 files changed

+3
-146
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ If you want to use the latest official release, you can do so from PYPI directly
3737

3838
> pip install scikit-neuralnetwork
3939

40-
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.
40+
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.
4141

4242
B) Pulling Repositories [Optional]
4343
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4444

45-
You'll need some dependencies, which you can install manually as follows::
45+
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::
4646

47-
> pip install numpy scipy theano lasagne
47+
> pip install -r https://github.com/aigamedev/scikit-neuralnetwork/master/requirements.txt
4848

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

sknn/backend/deepy/__init__.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

sknn/backend/deepy/mlp.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)