note that installs are copies and point CDSC users to the wiki
pip install . copies the source, so a branch switch leaves the installed console script running the old code. Say so, since that is easy to miss. Setup on klone differs enough that duplicating it here would go stale; link to the collective's wiki rather than restating it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -28,6 +28,15 @@ depends on `7za`, `zcat`, and `bzcat` for those respective formats. On
|
||||
Debian or Ubuntu, `apt install 7zip` provides `7za`; the others are
|
||||
standard.
|
||||
|
||||
Note that `pip install .` copies the source into the environment, so
|
||||
rerun it after switching branches or editing the code.
|
||||
|
||||
Members of the Community Data Science Collective installing on the klone
|
||||
cluster should follow the collective's own instructions instead, since
|
||||
the Python environment and its dependencies are set up differently
|
||||
there. See [CommunityData:Hyak software
|
||||
installation](https://wiki.communitydata.science/CommunityData:Hyak_software_installation).
|
||||
|
||||
## Usage
|
||||
|
||||
wikiq dump.xml.7z -o output/
|
||||
|
||||
Reference in New Issue
Block a user