Skip to content

Commit b5aa32f

Browse files
author
Tim Walsh
authored
Update README for Brunnhilde 1.4.0
1 parent 0469af1 commit b5aa32f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
### Installation
44

5+
#### Install Siegfried
6+
7+
Install Siegfried. See [Siegfried Github repo](https://github.com/richardlehane/siegfried/) for instructions.
8+
59
#### Install Brunnhilde CLI utility
610

7-
Install the Brunnhilde command-line utility by downloading the source code from the [Brunnhilde](http://github.com/timothyryanwalsh/brunnhilde) repo and saving brunnhilde.py to your local disk.
11+
Install the Brunnhilde command-line utility:
812

9-
For easy installation in Bitcurator, save the script to /usr/share/brunnhilde/brunnhilde.py.
13+
`sudo pip install brunnhilde`
1014

11-
This version of the GUI requires Brunnhilde 1.3.0 or higher. Currently works with Python 2 (tested in 2.7) only.
15+
This version of the GUI requires Brunnhilde 1.4.0 or higher.
1216

1317
#### Install PyQt4
1418

@@ -29,9 +33,7 @@ Note: PyQt4 is not supported in macOS Sierra. A port to PyQt5 is not yet schedul
2933

3034
* Download tar.gz or zip file and extract to location of your choice (or clone repo with 'git clone').
3135
* Run install.sh script:
32-
`bash /path/to/install.sh`
33-
34-
Note: If brunnhilde.py is not at /usr/share/brunnhilde/brunnhilde.py, you must modify the variable brunnhilde_path in line 60 of main.py to reflect the location of the Brunnhilde CLI script.
36+
`sudo bash install.sh`
3537

3638
You will now be able to launch the Brunnhilde GUI by double-clicking on the Brunnhilde icon in the "Additional Tools" folder.
3739

@@ -44,7 +46,6 @@ You will now be able to launch the Brunnhilde GUI by double-clicking on the Brun
4446
#### GUI Installation in MacOS/OS X
4547

4648
* Download zip or tar.gz file from Github and extract files to location of your choice
47-
* Modify the variable brunnhilde_path in line 60 of main.py to reflect the location of the brunnhilde.py script
4849
* Launch GUI by entering the following in a terminal:
4950
`python /path/to/brunnhilde-gui/main.py`
5051

0 commit comments

Comments
 (0)