-
-
Notifications
You must be signed in to change notification settings - Fork 3
π Tutorial: Installation and Setup
Vincent Estes edited this page Dec 24, 2022
·
5 revisions
1. Do you have Python? (I already have it)
Simpl-Py runs on Python (3.6+). If you do not have Python installed, install it here
Follow these instructions carefully. They are very important.
- Click on the downloaded file.
- Uncheck the
use admin privilegesoption - Check the
Add python.exe to PATHoption - Click
Customize installation - Uncheck the
for all users (requires admin privileges)option - Click
Next - Click
Install - After installing, click
Close
To install Simpl-Py, follow these steps carefully:
- Click here to download 0.8.1-beta
- Open and unzip the folder
- Navigate to the unzipped folder
- Hold shift and right-click in the empty space
- In PowerShell, type
pip install -r requirements.txt - After they are sucessfully installed, close the window
- Find the
Simpl.pyfile in the folder - Right-click -->
open with-->choose another app - Chose Python, scroll down and choose always open .py files with Python
You should now see Windows Command Prompt open with Simpl-Py loaded:
This is where we will be programming in Simpl-Py throughout the tutorial.
- Find the folder
- Open the
Simpl.pyfile
if you are stuck or are experiencing an error, open an issue
| <previous< | -home- | >next> |
|---|
| Quick Links: | Quick Start Guide | Simpl-Py Tutorial | Library Reference | What is Simpl-Py |
|---|
- Library Reference
-
Tutorial Home
- Intro
- Installation and Setup
- Intro to Simpl-Py Processes
- Commenting
- Intro to Print Functions
- Variables
- Print Math Function
- Base Functions
- Slash Functions
- Simpl-Py Handling
- Intro to Errors
- Advanced Print Functions
- Intro to TXT Functions
- Intro to Call Numbers
- Errors with Developer Mode
- Advanced TXT Functions
- Advanced Call Numbers
- Intro to Modules
- Beta Mode
- Custom Modules
- Advanced Modules
- Future and Your Help