Skip to content

Commit 52ee6b9

Browse files
authored
Update README.md
1 parent 8fde768 commit 52ee6b9

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,19 @@ git clone https://github.com/eellak/gsoc2021-audio-annotation-tool/
5050
cd gsoc2021-audio-annotation-tool
5151
~~~
5252

53-
Create and activate a virtual enviroment
53+
Create virtual enviroment
5454
~~~
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
5766
~~~
5867

5968
Install requirements and cd to label_buddy/
@@ -74,4 +83,11 @@ python manage.py createsuperuser
7483
python manage.py runserver
7584
~~~
7685

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.

0 commit comments

Comments
 (0)