Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ Then install ``ico`` Python package and its dependencies:
pip install -r requirements.txt
pip install -e .

Notes for Debian 9 stretch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you encounter test error of "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 994: ordinal not in range(128)", the locale needs be set to C.UTF-8. A workaround to resolve the issue is to set LANG="C.UTF-8".

Using your desired Solc version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sometimes it's useful to use some certain version of the Solidity compiler,
Expand Down