Python Smart Terminal

From OpenCircuits
Jump to navigation Jump to search

This page is a very early draft, somewhat my notes as I go alogn

Installation

This program is intended for those who at least occasionally develop in Python. I expect that they already run some things in Python and will just add this as an additional project. There is no install program you just download the files, place where you keep your projects and run. A bit more later in this section.

Before you begin to install you should know a bit about the environment that I have used to build, test and run the terminal. If your environment differs too much you may have trouble getting it to run.

I run Python mostly using the install that comes with Anaconda Spyder and often use the IDE it installs. This is not necessary, it is just an nice install that downloads a lot of stuff that technical folks find useful. I have use conda an pip to add to this install and do not know offhand all that is in it. It is Python 2.7. You can look at the include statements to get some idea of what you might need to add. Or you can just keep running it and add the packages it complains about.

Download the files ( I have not decided just how they will be on git hub in at least one form ) Uncompress if they are compressed. The directory structure should looks like this

         whatever --|
                    |-- rshlib
                    |
                    |-- SmartTerminal

Put them in your system making whatever anything convenient for your Python

Configure to Run

Design

These notes are here so you can change what you do not like. Contact me Russ Hensel if you need additional help.