@@ -4,16 +4,11 @@ Important Notes:
44The instructions provided on this file assume you have Python installed and
55configured on your operating system.
66
7- Currently FFaudiocue is still under development in beta status and no
8- pre-compiled packages have been distributed, but since it comes with a
9- `pyproject.toml` file, you can build it and install it very easily into your
10- operating system.
11-
12- However, to achieve this a virtual python environment is recommended, for
13- example using tools like `python3-venv` or `virtualenv`, which once activated,
14- you can install packages in the virtual environment using pip and then installing
15- FFaudiocue into it. At present, other installation methods that use
16- administrative privileges such as superuser or root are strongly discouraged.
7+ A virtual python environment is recommended, for example using tools like
8+ `python3-venv` or `virtualenv`, which once activated, you can install Python
9+ packages and then installing FFaudiocue into it. At present, other installation
10+ methods that use administrative privileges such as superuser or root are strongly
11+ discouraged.
1712
1813Documentation:
1914- https://docs.python.org/3/library/venv.html
@@ -22,11 +17,11 @@ Documentation:
2217- https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe
2318
2419-----
25- Linux
20+ Linux/FreeBSD
2621-----
2722
28- First of all, install the essential packages using the package manager provided
29- by your linux distribution , then install wxPython version 4.0.7 or higher.
23+ Install the essential packages using the package manager provided
24+ by your OS , then install wxPython version 4.0.7 or higher.
3025On debian-based distributions (Ubuntu, Kubuntu, Lubuntu, Mint, MXLinux, etc)
3126this package is identified as `python3-wxgtk4.0` .
3227Aldo make sure you have `ffmpeg` and `ffprobe` already installed.
@@ -41,7 +36,7 @@ OR (alternatively), use requirements.txt file:
4136python3 -m pip install -r requirements.txt
4237
4338To run the program type:
44- $ ffaudiocue
39+ ffaudiocue
4540
4641-------
4742Windows
@@ -77,4 +72,4 @@ OR (alternatively), use requirements.txt file:
7772python -m pip install -r requirements.txt
7873
7974To run the program type:
80- $ ffaudiocue
75+ ffaudiocue
0 commit comments