Skip to content

Commit

Permalink
Point to correct installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jan 2, 2025
1 parent 7b323ad commit 5ff2169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uplc/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def pyblst():
try:
import pyblst
except ImportError:
raise RuntimeError("BLS extensions not installed. Install uplc[bls] or pyblst for bls primitive support.")
raise RuntimeError("BLS extensions not installed. Run 'pip install \"uplc[bls]\"', 'pip install pyblst' or 'poetry install --all-extras' for bls primitive support.")
return pyblst

sys.set_int_max_str_digits(32000)
Expand Down

0 comments on commit 5ff2169

Please sign in to comment.