# IN-shell
Project IN shell, a discord community promoting cybersecurity, Computer Science and more...
Working towards the goal of spreading awareness and making a community where those who love technology can strive. We aim to provide guidance, resources, help, advice and grow together with the community.
#Instructions on Running Indie
- Install Python (preferably Python 3.10+).
- Create a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate # Linux / macOS - Install dependencies:
pip install -r requirements.txt - Run indie.py:
python indie.py