Changes between Initial Version and Version 1 of WikiStart
- Timestamp:
- 06/01/24 10:11:34 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v1 1 = I/O Cartographer - A Qt Front-end for STrace 2 Welcome to the ''I/O Cartographer'' project site! 3 4 [https://gauss.extollit.com/downloads/IOCartographer-0.0.1a0.dev17172167370397996-py3-none-any.whl Click here] to download the latest alpha release of I/O Cartographer (version **0.0.1a0.dev17172167370397996**). 5 6 == Installing 7 I/O Cartographer is packaged as a Python ''wheel''. To install it (and all of its dependencies) simply run `pip` like so (depending on what version you have downloaded): 8 9 {{{#!sh 10 pip install IOCartographer-<version>.whl 11 }}}