Installation
Before installing PyEducate, please make sure to follow the requirements.
✅ Requirements
- Python 3.9.2+
- 💻 Windows OS (Cross-Platform has not been tested yet but is likely to work)
Once you have all the requirements, you can safely install PyEducate using the steps below.
🔧 Installation
Download a released version (recommended for beginners).
OR
# Clone the repo
git clone https://github.com/shegue77/PyEducate.git
cd PyEducate
# Install dependencies
pip install -r requirements.txt
# Run server & editor
python server.py
# Run server CLI
python server-cli.py
# Run client
python client.py
Thank you for installing PyEducate! 🚀