-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmd
More file actions
28 lines (28 loc) · 673 Bytes
/
md
File metadata and controls
28 lines (28 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<h1>hack-prep</h1>
<p>A learning playground for hackathon team</p>
<hr />
<h4>First task</h4>
<ol>
<li>Install python3 <br />
a. https://www.python.org/downloads/<br />
b. [helpful link] </li>
<li>Install git<br />
[helpful link] </li>
<li>Install virualenv <br />
[helpful link] </li>
<li>Add your name in the list below (using "git" command line) <br />
[helpful link] </li>
</ol>
<p>People completed tasks - <br />
1.<br />
2. <br />
3. <br />
4. </p>
<hr />
<h4>Second task</h4>
<ol>
<li>Activate virtualenv environment </li>
<li>Run example1.py </li>
<li>View result on browser </li>
<li>Learn a little about flask </li>
</ol>