Skip to content

Commit 5ed7406

Browse files
committed
"starter GUI"
1 parent 0c1add8 commit 5ed7406

File tree

1 file changed

+31
-29
lines changed

1 file changed

+31
-29
lines changed

README.creole

+31-29
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,30 @@ So you can easy update them e.g.:
110110
/home/FooBar/DragonPy_env/src/dragonpy$ git pull
111111
}}}
112112

113+
==== start DragonPy
114+
115+
The is a simple "starter GUI", just call the cli without arguments:
116+
117+
{{{~/DragonPy_env/bin/DragonPy}}}
118+
119+
Or call it in a activated environment, e.g.:
120+
{{{
121+
/home/FooBar$ cd DragonPy_env
122+
/home/FooBar/DragonPy_env$ source bin/activate
123+
(DragonPy_env)~/DragonPy_env$ DragonPy
124+
}}}
125+
126+
It is possible to start machines directly:
127+
{{{
128+
(DragonPy_env)~/DragonPy_env$ DragonPy --machine=Dragon32 run
129+
}}}
130+
131+
more info:
132+
{{{
133+
(DragonPy_env)~/DragonPy_env$ DragonPy --help
134+
}}}
135+
136+
113137
=== Windows
114138

115139
There are several ways to install the project under windows.
@@ -126,6 +150,13 @@ The default {{{boot_dragonpy.cmd}}} will install via {{{Python Package Index}}}
126150

127151
There exist some {{{.cmd}}} batch files for easy startup in {{{%APPDATA%\DragonPy_env\}}}
128152

153+
==== start DragonPy
154+
155+
The is a simple "starter GUI", just call the cli without arguments:
156+
157+
{{{%APPDATA%\DragonPy_env\Scripts\DragonPy.exe}}}
158+
159+
129160

130161
== ROMs
131162

@@ -143,35 +174,6 @@ sbc09 and vectrex ROMs are included.
143174
All ROM files and download will be checked by SHA1 value, before use.
144175

145176

146-
== cli example
147-
148-
start Dragon 32:
149-
{{{
150-
/home/FooBar$ cd DragonPy_env
151-
/home/FooBar/DragonPy_env$ source bin/activate
152-
(DragonPy_env)~/DragonPy_env$ DragonPy --machine=Dragon32 run
153-
}}}
154-
155-
start Dragon 64:
156-
{{{
157-
(DragonPy_env)~/DragonPy_env$ DragonPy --machine=Dragon64 run
158-
}}}
159-
160-
start CoCo with Extended Color Basic v1.1:
161-
{{{
162-
(DragonPy_env)~/DragonPy_env$ DragonPy --machine=CoCo2b run
163-
}}}
164-
165-
start Multicomp 6809:
166-
{{{
167-
(DragonPy_env)~/DragonPy_env$ DragonPy --machine=Multicomp6809 run
168-
}}}
169-
170-
start Lennart's 6809 single board computer:
171-
{{{
172-
(DragonPy_env)~/DragonPy_env$ DragonPy --machine=sbc09 run
173-
}}}
174-
175177
== unittests ==
176178

177179
=== run unittests ===

0 commit comments

Comments
 (0)