diff --git a/readme.rst b/readme.rst index a0b87e2f..e4b83207 100644 --- a/readme.rst +++ b/readme.rst @@ -40,6 +40,14 @@ Installation conda install -c maciejkula -c pytorch spotlight=0.1.5 +Or using virtualenv: + +.. code-block:: python + + python3 -m venv venv + . venv/bin/activate + pip install -r requirements.txt + python setup.py install Usage ~~~~~ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..2633cd71 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +numpy +scipy +scikit-learn +h5py +requests