Skip to content

Commit

Permalink
Add instructions for getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Aug 25, 2016
1 parent a29fb91 commit 8eeea5a
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Spyder Website
This is the repository for the Spyder IDE website built with Lektor
This is the repository for the Spyder IDE website at [spyder-ide.github.io](https://spyder-ide.github.io/)

To run:
## Getting Started

### Install Lektor

Running installation script:
```
$ curl -sf https://www.getlektor.com/install.sh | sh
```

Using conda (Recomended way):
```
$ conda install lektor -c conda-forge
```

Using pip:
```
$ pip install -U Lektor
```

### Run server and make changes

To run local server:

```
$ lektor server
Expand Down

0 comments on commit 8eeea5a

Please sign in to comment.