Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ using wxPython and some other toolkits. Since 2008, Stani has not done any more
maintaining the IDE and bring it a little more up to date.

=======================


to lunch
via file (windows) or termnal (lunix) open the __init__.py file you may be prompted to install python-wxgtk

if ubuntu:
#The below is not code this is a logic tree for installing
=======================


```
if ubuntu:
sudo apt-get install python-wxgtk
elif windows:
elif windows:
install ubuntu #;)
to lunch via script just
>>>import SPE
else:
google "install python-wxgtk <YOUR OS!>"
```


To lunch via script from with in the dirrectory-This repo does not have a setup.py or installer
>import SPE