Skip to content

Commit f16073f

Browse files
authored
Updated documentation (#136)
1 parent cb6b71a commit f16073f

4 files changed

Lines changed: 8 additions & 47 deletions

File tree

config/dpkg/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dfimagetools (20260507-1) unstable; urgency=low
1+
dfimagetools (20260709-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Thu, 07 May 2026 06:03:15 +0200
5+
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Thu, 09 Jul 2026 16:48:37 +0200

dfimagetools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Collection of tools to process storage media images."""
22

3-
__version__ = "20260507"
3+
__version__ = "20260709"

docs/sources/user/Installation-instructions.md

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
**Note that using pip outside virtualenv is not recommended since it ignores
66
your systems package manager. If you aren't comfortable debugging package
7-
installation issues, this is not the option for you.**
7+
installation issues use virtualenv.**
88

99
Create and activate a virtualenv:
1010

1111
```bash
12-
virtualenv dfimagetoolsenv
13-
cd dfimagetoolsenv
12+
virtualenv dfimagetools_venv
13+
cd dfimagetools_venv
1414
source ./bin/activate
1515
```
1616

17-
Upgrade pip and install dfimagetools dependencies:
17+
Upgrade pip and install dfImageTools:
1818

1919
```bash
2020
pip install --upgrade pip
@@ -26,42 +26,3 @@ To deactivate the virtualenv run:
2626
```bash
2727
deactivate
2828
```
29-
30-
## Ubuntu 22.04 LTS
31-
32-
To install dfimagetools from the [GIFT Personal Package Archive (PPA)](https://launchpad.net/~gift):
33-
34-
```bash
35-
sudo add-apt-repository ppa:gift/stable
36-
```
37-
38-
Update and install dfimagetools:
39-
40-
```bash
41-
sudo apt update
42-
sudo apt install python3-dfimagetools dfimagetools-tools
43-
```
44-
45-
## Windows
46-
47-
The [l2tbinaries](https://github.com/log2timeline/l2tbinaries) contains the
48-
necessary packages for running dfimagetools. l2tbinaries provides the following
49-
branches:
50-
51-
* main; branch intended for the "packaged release" of dfimagetools and dependencies;
52-
* dev; branch intended for the "development release" of dfimagetools;
53-
* testing; branch intended for testing newly created packages.
54-
55-
The l2tdevtools project provides [an update script](https://github.com/log2timeline/l2tdevtools/wiki/Update-script)
56-
to ease the process of keeping the dependencies up to date.
57-
58-
The script requires [pywin32](https://github.com/mhammond/pywin32/releases) and
59-
[Python WMI](https://pypi.org/project/WMI).
60-
61-
To install the release versions of the dependencies run:
62-
63-
```
64-
set PYTHONPATH=.
65-
66-
C:\Python3\python.exe tools\update.py --preset dfimagetools
67-
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dfimagetools"
7-
version = "20260527"
7+
version = "20260709"
88
description = "Storage media image tools"
99
maintainers = [
1010
{ name = "Log2Timeline maintainers", email = "log2timeline-maintainers@googlegroups.com" },

0 commit comments

Comments
 (0)