mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
Update to make it clearer
This commit is contained in:
@@ -3,13 +3,16 @@
|
||||
# These packages are required to run the code generation scripts that
|
||||
# parse macro files and generate C++ wrapper classes.
|
||||
#
|
||||
# To update a package to the latest version (hashin will update the
|
||||
# version and hashes in this file automatically):
|
||||
# To update a package to the latest version (hashin will rewrite the
|
||||
# entry in this file with the new version and hashes):
|
||||
# pip install hashin
|
||||
# hashin <package> cmake/scripts/codegen/requirements.txt
|
||||
# Or to pin a specific version:
|
||||
# hashin <package>==<version> cmake/scripts/codegen/requirements.txt
|
||||
#
|
||||
# Then install the updated packages:
|
||||
# pip install --require-hashes -r cmake/scripts/codegen/requirements.txt
|
||||
#
|
||||
# If pip install fails because a transitive dependency is missing hashes,
|
||||
# use hashin to pin that dependency with hashes here as well:
|
||||
# hashin <dependency> cmake/scripts/codegen/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user