Skip to content

Commit

Permalink
added install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcza committed Nov 27, 2020
1 parent d027961 commit fc851a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Expand Up @@ -7,6 +7,7 @@ PyTorch implementation of `project` and `associate` operations [1]_.
.. toctree::
:maxdepth: 1

install
explanation
usage

Expand Down
15 changes: 15 additions & 0 deletions doc/install.rst
@@ -0,0 +1,15 @@
Installation
============

The source code of this project is located `here
<https://github.com/dizcza/assemblies>`_.

To install the package and reproduce the figures, run the following commands
in a terminal:

.. code-block:: sh
git clone https://github.com/dizcza/assemblies.git
cd assemblies
pip install -r requirements.txt
python assembly/simulate.py

0 comments on commit fc851a8

Please sign in to comment.