Skip to content
Closed
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
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This guide will walk you through the setup for `neural-style` on Ubuntu.
First we need to install torch, following the installation instructions
[here](http://torch.ch/docs/getting-started.html#_):

Torch depends on cmake and libreadline-dev. To install Torch, run the following first.

```
sudo apt-get install cmake libreadline-dev
```

Now that the dependencies have been installed, we can install torch.

```
# in a terminal, run the commands
cd ~/
Expand Down