Skip to content

Commit e4176a2

Browse files
author
tobias
committed
updated readme
1 parent 4ebd8d2 commit e4176a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

202203
Installation 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

208209
Or 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
217218
installs 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

0 commit comments

Comments
 (0)