Skip to content

Commit e96235f

Browse files
authored
Update README.md
1 parent c07751c commit e96235f

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# SensorGridAPI
22
Web API and dashboard for SensorGrid
33

4-
# API
4+
## API
5+
```
6+
cd sensorgridapi
7+
```
8+
If you have just installed the project, run:
9+
```
10+
mkvirtualenv sgapienv
11+
```
12+
Or if you have already run it before run this to get into the virtualenv:
13+
```
14+
workon sgapienv
15+
```
16+
After you are in the correct virtualenv, run:
17+
```
18+
pip install -r requirements.txt
19+
```
20+
Now that you have your environment set up and up to date, you can
21+
```
22+
cd sensorgridapi
23+
```

0 commit comments

Comments
 (0)