File tree 1 file changed +20
-4
lines changed
1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,19 @@ git clone https://github.com/eellak/gsoc2021-audio-annotation-tool/
50
50
cd gsoc2021-audio-annotation-tool
51
51
~~~
52
52
53
- Create and activate a virtual enviroment
53
+ Create virtual enviroment
54
54
~~~
55
- virtualenv . -p python3
56
- source bin/activate
55
+ python3 -m venv env
56
+ ~~~
57
+
58
+ Activate it for ** Linux**
59
+ ~~~
60
+ source env/bin/activate
61
+ ~~~
62
+
63
+ Activate it for ** Windows**
64
+ ~~~
65
+ env\Scripts\activate
57
66
~~~
58
67
59
68
Install requirements and cd to label_buddy/
@@ -74,4 +83,11 @@ python manage.py createsuperuser
74
83
python manage.py runserver
75
84
~~~
76
85
77
- Fianlly visit http://localhost:8000/admin , navigate to users/your superuser ans set can_create_projects to true so you can start creating projects.
86
+ Visit http://localhost:8000/admin , navigate to users/[ your user] and set can_create_projects to true so you can start creating projects.
87
+
88
+ Visit https://labelbuddy.io/ and sign with the following credentials:
89
+
90
+ - ** Username** : demo
91
+ - ** Password** : labelbuddy123
92
+
93
+ in order to create projects, upload files and annotate them.
You can’t perform that action at this time.
0 commit comments