We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07751c commit e96235fCopy full SHA for e96235f
1 file changed
README.md
@@ -1,4 +1,23 @@
1
# SensorGridAPI
2
Web API and dashboard for SensorGrid
3
4
-# API
+## 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
23
0 commit comments