Code storage for past Catalyst Coding Contests attempts
Code storage for my past Catalyst Coding Contests attempts
pip install virtualenv
on command promptpip install virtualenvwrapper-win
(for windows)set WORKON_HOME=%USERPROFILES%\Envs
(for windows)git clone
this repository and cd
into the project root.mkvirtualenv venv
(for windows) or virtualenv ../venv
(for mac or linux)workon venv
(for windows) or source ../venv/bin/activate
(for mac or linux)pip install -r requirements.txt
to be able to use libraries like networkx.cd
into the social network
folderpython social_network_with_graph.py level1/level1_1.in level1/level1_1.out
social_network_with_networkx_graph.py
and social_network3.py