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
- Joseph Adderley - 17646319@students.lincoln.ac.uk
- Louis Liu - 18698690@students.lincoln.ac.uk
- Steven Hopkinson - 14587639@students.lincoln.ac.uk
- Alex Richards - 15618000@students.lincoln.ac.uk
- Dahai Zhu - 15625064@students.lincoln.ac.uk
Before you install virtualenv you should make sure that pip is installed correctly. Then use command downbelow to install virtualenv.
pip install virtualenv
I highly recommend using Git Bash on Windows. Make sure now you are in the location as the same as the SpotifyNews location
virtualenv --no-site-packages SpotifyNews
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.
deactivate
Start Coding!