Skip to content

Vanadyl/SpotifyNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📰SpotifyNews🎵

Computer Science: Software Engineering Group 3

Slack Work Space
http://softwareengin-feh2864.slack.com

ProductBeat Work Space
https://use.productbeatapp.com/team/uolsebgroup3/spotifynews/

Lucid Chart Work Space
https://www.lucidchart.com/invitations/accept/8c44cfea-b536-40ac-ba28-8a54a9c60549

OneDrive Sharepoint
https://universityoflincoln.sharepoint.com/sites/og-group3softwareengineering

Group Member info


Config the Dev Environment

1. Install Virtualenv

Before you install virtualenv you should make sure that pip is installed correctly. Then use command downbelow to install virtualenv.

pip install virtualenv


About virtualenv

2. Pull the Repository of SpotifyNews

or you can use git clone https://github.com/Vanadyl/SpotifyNews.git

git pull https://github.com/Vanadyl/SpotifyNews.git

3. Init the Dev Environment

I highly recommend using Git Bash on Windows. Make sure now you are in the location as the same as the SpotifyNews location

Use command to init Dev Environment

virtualenv --no-site-packages SpotifyNews

4. Use command to active virtual Environment

There is a folder in the SpotifyNews called Scripts

source ./Scripts/activate

Then you can see a (SpotifyNews) on the Git Bash window. Now use pip istall any modules or third-paty lib can only effect the Python Environment in this folder.

5. How to deactive or how to exit the Virtual Environment?

Use command to exit virtual environment

deactivate

6. Use VSCode to open the SpotifyNews folder

Start Coding!

Please contact Louis if you have any questions.

About

Computer Science: Software Engineering Group 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages