Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 902 Bytes

File metadata and controls

30 lines (21 loc) · 902 Bytes

engineroom-wikipedia-temporal-networks

Installation

Install all Python dependencies in a virtualenv. You can use brainsik's virtualenv-burrito.

  • virtualenv-burrito:
    curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL
  • make a new virtualenv
    mkvirtualenv -p $(which python3) engineroom3
  • install the dependencies
    pip install -r requirements.txt

You are good to go.

Copyright

This project is part of the ENGINEROOM project.

Copyright (C) 2018 Cristian Consonni and David Laniado - Eurecat, Centre Tecnològic de Catalunya

This project is release under the GNU General Public Licenze version 3 or later. See COPYRIGHT and LICENSE for more details.