Skip to content

jonathanmutal/dataMining

Repository files navigation

Data Mining 2017

Instalation

  1. Soft needed:

    • Git
    • Pip
    • Python>=3.4
    • Virtualenv

    How to install?

     sudo apt-get install git python-pip python3 python3-tk virtualenv
    
  2. 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
    
  3. Download the code:

    How?

     git clone https://github.com/joni115/dataMining.git
    

    Install it

     cd dataMining
     pip install -r requirements.txt
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages