You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
Copyright (c) 2012, Pierre Quentel pierre.quentel@gmail.com
2
+
All rights reserved.
3
+
4
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
+
6
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
9
+
10
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copy file name to clipboardExpand all lines: installguide.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,6 @@ After that disk should look like that:
32
32
```
33
33
a
34
34
└ Py93
35
-
├ brython
36
-
│ ├ console.html
37
-
│ └ some other files and folders...
38
35
├ LICENSE
39
36
├ README.md
40
37
├ installguide.md
@@ -50,10 +47,10 @@ Reboot your Windows 93 PC.
50
47
51
48
### **Finished!**
52
49
53
-
Now you can open `console.html` in `/Py93/brython` to open **Py93 Shell** or write `py93 c help` in the Windows 93 terminal to see `py93compile` (Py93 Compiler) usage.
50
+
Now you can open `console.html` in `/Py93/` to open **Py93 Shell** or write `py93 c help` in the Windows 93 terminal to see `py93compile` (Py93 Compiler) usage.
54
51
55
52
Also, don't forget to check out [Brython documentation](https://brython.info/static_doc/en/intro.html?lang=en)!
56
-
Brython has it's own [`browser`](https://https://brython.info/static_doc/en/browser.html) package and some differences from Python.
53
+
Brython has it's own [`browser`](https://https://brython.info/static_doc/en/browser.html) package and some differences between Python.
57
54
For example: built-in function `input()` in Python lets you to type your input right into the console, but in Brython `input()` uses JavaScript's `prompt()` function, and instead of normal Pythonic behavior `input()` opens a standart browser window with a prompt.
0 commit comments