Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

install pylearn2 automatically #651

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pylearn2/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

$PYTHON setup.py install
echo "install" | $PYTHON setup.py build_ext install

# Add more build steps here, if they are necessary.

Expand Down
1 change: 1 addition & 0 deletions python/pylearn2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ requirements:
- setuptools
- numpy
- theano
- cython

run:
- python
Expand Down