PP
yy
SS
hh
ee
ll
ll
INITIALIZING SYSTEM

Installation

Get PyShell up and running on your system

System Requirements
Minimum specifications needed
  • Python 3.12.3
  • pip package manager
  • Git (for cloning)
  • 500MB free disk space
Supported Platforms
Operating systems compatible with PyShell
  • Windows 10/11
  • macOS 10.15+
  • Ubuntu 20.04+
  • Other Linux distributions
Installation Methods
Different ways to install PyShell
  • Git clone (recommended)
  • ZIP download
  • pip install (coming soon)

Installing on Windows

1

Install Python

Download and install Python 3.12.3 from python.org.

Make sure to check "Add Python to PATH" during installation.

2

Install Git

Download and install Git from git-scm.com.

3

Clone the Repository

Open Command Prompt or PowerShell and run:

git clone https://github.com/AnshMNSoni/PyShell.git
4

Navigate to Project Directory

cd PyShell
5

Install Dependencies

pip install -r requirements.txt
6

Run PyShell

python main.py

Troubleshooting

Common Installation Issues

Missing Dependencies

If you encounter errors about missing packages, try running:

pip install -r requirements.txt --upgrade

Permission Errors

On Linux/macOS, if you encounter permission errors, try:

sudo pip install -r requirements.txt

Python Version Conflicts

If you have multiple Python versions installed, specify Python 3:

python3 -m pip install -r requirements.txt

If you continue to experience issues, please check the GitHub issues or contact support.