Skip to content
Snippets Groups Projects
Commit 7931e848 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Replaced bash with console and added prompt for pragzip and ratarmount in utilities.md.

parent ecdea94a
No related branches found
No related tags found
2 merge requests!652Automated merge from preview to main,!649Add sections about ratarmount and pragzip
...@@ -140,21 +140,21 @@ Currently, it can reach ~1.5 GB/s using a 12-core processor in the above-mention ...@@ -140,21 +140,21 @@ Currently, it can reach ~1.5 GB/s using a 12-core processor in the above-mention
It is recommended to install it inside a It is recommended to install it inside a
[Python virtual environment](python_virtual_environments.md). [Python virtual environment](python_virtual_environments.md).
```bash ```console
pip install pragzip marie@compute$ pip install pragzip
``` ```
It can also be installed from its C++ source code. It can also be installed from its C++ source code.
If you prefer that over the version on PyPI, then you can build it like this: If you prefer that over the version on PyPI, then you can build it like this:
```bash ```console
git clone https://github.com/mxmlnkn/pragzip.git marie@compute$ git clone https://github.com/mxmlnkn/pragzip.git
cd pragzip marie@compute$ cd pragzip
mkdir build marie@compute$ mkdir build
cd build marie@compute$ cd build
cmake .. marie@compute$ cmake ..
cmake --build . pragzip marie@compute$ cmake --build . pragzip
src/tools/pragzip --help marie@compute$ src/tools/pragzip --help
``` ```
The built binary can then be used directly or copied inside a folder that is available in your The built binary can then be used directly or copied inside a folder that is available in your
...@@ -183,8 +183,8 @@ Subsequent mounts instantly load that sidecar file instead of reanalyzing the ar ...@@ -183,8 +183,8 @@ Subsequent mounts instantly load that sidecar file instead of reanalyzing the ar
[Ratarmount](https://github.com/mxmlnkn/ratarmount) is available on PyPI and can be installed via pip. [Ratarmount](https://github.com/mxmlnkn/ratarmount) is available on PyPI and can be installed via pip.
It is recommended to install it inside a [Python virtual environment](python_virtual_environments.md). It is recommended to install it inside a [Python virtual environment](python_virtual_environments.md).
```bash ```console
pip install ratarmount marie@compute$ pip install ratarmount
``` ```
Ratarmount is still in development, so if there are problems or if it is unexpectedly slow, Ratarmount is still in development, so if there are problems or if it is unexpectedly slow,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment