Skip to content

Commit af07574

Browse files
committed
Prepare 1.0.1 and use Python 3.
1 parent 65a4c3f commit af07574

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,28 @@ Bambam is a simple baby keyboard (and gamepad) masher application that locks the
55
## Usage ##
66

77
Before running this application, ensure you have the following installed:
8-
* [Python](http://python.org)
8+
* [Python](http://python.org) - version 3.x is recommended but version 2.7 should work too
99
* [Pygame](http://www.pygame.org/)
1010

1111
### Installation ###
1212

1313
First, see if your distribution has a bambam package already, for example:
1414
```
1515
sudo apt install bambam
16+
man bambam
17+
bambam
1618
```
1719

18-
1. [Download](https://github.com/porridge/bambam/releases) the bambam-1.0.zip or bambam-1.0.tar.gz file.
19-
1. Unzip bambam-1.0.zip or "tar zxvf bambam-1.0.tar.gz" to create the bambam-1.0 directory.
20-
1. Move into the 'bambam-1.0' directory
20+
If not, you can install it manually as follows:
21+
1. [Download](https://github.com/porridge/bambam/releases) the bambam-1.0.1.zip or bambam-1.0.1.tar.gz file.
22+
1. Unzip bambam-1.0.1.zip or "tar zxvf bambam-1.0.1.tar.gz" to create the bambam-1.0.1 directory.
23+
1. Move into the 'bambam-1.0.1' directory
2124
```
22-
cd bambam-1.0
25+
cd bambam-1.0.1
2326
```
2427
1. Execute
2528
```
26-
python bambam.py
29+
./bambam.py
2730
```
2831
1. To exit, type
2932
```

bambam.6

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bambam 6 "17 December 2018" "version 1.0"
1+
.TH bambam 6 "17 December 2018" "version 1.0.1"
22
.SH NAME
33
bambam \- a keyboard mashing and doodling game for babies
44
.SH SYNOPSIS

bambam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright (C)
33
# 2007-2008 Don Brown,
44
# 2010 Spike Burch <spikeb@gmail.com>,

0 commit comments

Comments
 (0)