Python tools for event management
This repository is very much a work in progress.
- Python 3.6
- PyQt5
conda install pyqt
- pandas
conda install pandas
These installation instructions are tailored to Windows users. You might have to change them depending on how your system is configured.
- Open a git terminal
cd
to where you want the package- In the git terminal:
git clone https://github.com/jennirinker/PyEvent.git
- Open an Anaconda prompt
cd
to the newly createdPyEvent
folder- In the Anaconda Prompt:
pip install -e .
For any issues with the code or feature requests, please use GitHub's Issue Tracker.