Skip to content

Commit

Permalink
Alternative of using virtualenv to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit1k committed Mar 26, 2020
1 parent 75f4c8c commit 9e3f870
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ Installation
conda install -c maciejkula -c pytorch spotlight
Or using virtualenv:

.. code-block:: python
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python setup.py install
Usage
~~~~~
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
numpy
scipy
scikit-learn
h5py
requests

0 comments on commit 9e3f870

Please sign in to comment.