Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mymusiclist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Brian Guadalupe
mymusiclist
Commits
40afd688
Commit
40afd688
authored
Nov 20, 2017
by
Gink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
cef7513f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+3
-1
No files found.
README.md
View file @
40afd688
...
...
@@ -6,6 +6,7 @@ This is a work in progress as of now...
## Prerequisites
*
Python 2.7/3.4 or later
*
`virtualenv`
(preferred)
*
`musicbrainzngs`
(required)
*
SQLite3 (for testing)
*
Add the
`sqlite3`
executable in your
`PATH`
*
MySQL (for the final version)
...
...
@@ -15,8 +16,9 @@ This assumes both Python and Git have been already installed and added to the `P
1.
Clone the MyMusicList repo from
`https://gitlab.discs.ateneo.edu/brian/mymusiclist`
using Git
*
`git clone https://gitlab.discs.ateneo.edu/brian/mymusiclist`
2.
Install the latest version of
`virtualenv`
2.
Install the latest version of
`virtualenv`
and
`musicbrainzngs`
*
`pip install virtualenv`
*
`pip install musicbrainzngs`
3.
Setup the Python virtual environment; you can opt to use any name you prefer
*
`virtualenv venv`
4.
Activate the virtualenv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment