Skip to content

Commit 6179d1f

Browse files
committed
Final commit
1 parent 5e83fa6 commit 6179d1f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# VRkshop
2+
23
The best way to virtually engage in practical workshops.
4+
5+
<br/>
6+
7+
Workshop subjects are now being conducted in a purely theoretical manner. This can inhibit the practical skills to be gained. VRkshop helps you get the best experience of attending practical workhops. We provide AR, VR and 3D experience for the workshop tools and experiment procedure.
8+
9+
<br/>
10+
11+
## Run the web app
12+
13+
```
14+
$ git clone https://github.com/UltimateRoman/VRkshop
15+
$ cd VRkshop
16+
$ pip install -r requirements.txt
17+
$ python app.py
18+
```
19+
20+
<br/>
21+
22+
Enjoy the VRkshop experience!

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
flask
2+
cs50
3+
flask_session

0 commit comments

Comments
 (0)