Repository for assignments and group project for course Social graphs and interactions in autumn semester 2023
If you use a venv you can follow this guide:
- clone the dependency into a new repo:
git clone https://github.com/mediawiki-utilities/python-mwchatter.git - Best to create & activate a new venv in the folder
- install dependencies:
pip install -r requirements.txt - run
python setup.py build. This will build the package and put it in the folder build. - Copy the folder
build/lib/wikichatterinto the folder<venv-root-folder>/lib/<python-dist-folder>/site-packages
Installing using conda may differ.