forked from commonsense/omcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
22 lines (22 loc) · 888 Bytes
/
requirements.txt
File metadata and controls
22 lines (22 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# You can set up a complete OMCS environment by running the following command
# inside a virtualenv with pip installed:
#
# pip install -r requirements.txt
#
# These packages will be installed in 'develop' mode into the src/ directory
# of your Python virtual environment. Note that your git repositories will
# not allow pushing, because you probably don't have access.
#
# If you want to contribute to this project, be sure to read
# devel_requirements.txt.
numpy
nose
ipython
readline
csc-pysparse
-e git+http://github.com/commonsense/csc-utils.git#egg=csc-utils
-e git+http://github.com/commonsense/simplenlp.git#egg=simplenlp
-e git+http://github.com/commonsense/conceptnet.git#egg=conceptnet
-e git+http://github.com/commonsense/conceptdb.git#egg=conceptdb
-e git+http://github.com/commonsense/divisi.git#egg=divisi
-e git+http://github.com/commonsense/divisi2.git#egg=divisi2