File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -198,24 +198,25 @@ listed platforms.
198198* ` v0.4.22 ` (linux/osx)
199199* ` v0.4.23 ` (linux/osx)
200200* ` v0.4.24 ` (linux/osx)
201+ * ` v0.4.25 ` (linux/osx)
201202
202203Installation can be done via the command line:
203204
204205``` bash
205- $ python -m solc.install v0.4.24
206+ $ python -m solc.install v0.4.25
206207```
207208
208209Or from python using the ` install_solc ` function.
209210
210211``` python
211212>> > from solc import install_solc
212- >> > install_solc(' v0.4.24 ' )
213+ >> > install_solc(' v0.4.25 ' )
213214```
214215
215- The installed binary can be found under your home directory. The ` v0.4.24 `
216- binary would be located at ` $HOME/.py-solc/solc-v0.4.24 /bin/solc ` . Older linux
216+ The installed binary can be found under your home directory. The ` v0.4.25 `
217+ binary would be located at ` $HOME/.py-solc/solc-v0.4.25 /bin/solc ` . Older linux
217218installs will also require that you set the environment variable
218- ` LD_LIBRARY_PATH=$HOME/.py-solc/solc-v0.4.24 /bin `
219+ ` LD_LIBRARY_PATH=$HOME/.py-solc/solc-v0.4.25 /bin `
219220
220221
221222## Import path remappings
You can’t perform that action at this time.
0 commit comments