-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (24 loc) · 890 Bytes
/
README
File metadata and controls
36 lines (24 loc) · 890 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
29
30
31
32
33
34
35
36
###########
# README #
###########
# install virtualenv if you dont have one.. ( only if you want to keept everthing seperate)
pip install virtualenv
git clone https://github.com/github4bhavin/Spotify.git
# chagne to root of the project
cp Spotify
# create virtual env for the project
virtualenv venv
# install all the required libraries
pip install -r requirement.txt
# activate virtualenv
. venv/bin/activate
#---------#
# running #
#---------#
# once you have activated the virtualenv after installing all the required dependencies
# will spin up at dev server.
./run_spotify
* Note:
- please note that the current code is not up to the production standars.
- I have made various attempts to come up with an appropriate grammers, but it still will need improvement
- the testcases here were intended to test various scenarios and so they do not assert any thing for now.