-
Soft needed:
- Git
- Pip
- Python>=3.4
- Virtualenv
How to install?
sudo apt-get install git python-pip python3 python3-tk virtualenv
-
Make and activate a new virtualenv. Strongly recommend virtualenvwrapper.
You can install with a simple line:
sudo pip install virtualenvwrapper
After that you must add a new line at the end of the file
.bashrc (~/.bashrc)
[[ -s "/usr/local/bin/virtualenvwrapper.sh" ]] && source "/usr/local/bin/virtualenvwrapper.sh"
How to make and active our virtualenv?
mkvirtualenv --system-site-packages --python=/usr/bin/python3 data-mining
-
Download the code:
How?
git clone https://github.com/joni115/dataMining.git
Install it
cd dataMining pip install -r requirements.txt
-
Notifications
You must be signed in to change notification settings - Fork 0
jonathanmutal/dataMining
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published