Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad3c497

Browse files
committed
added check version instructions to README.md
1 parent6d3e319 commitad3c497

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

‎README.md‎

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ roman_decode('XXXVII') # returns 37
299299
**roman_range**: Generator which returns roman numbers on each iteration
300300
~~~~
301301
for n in roman_range(10): print(n) # prints: I, II, III, IV, V, VI, VII, VIII, IX, X
302-
for n in roman_range(start=7, stop=1, step=-1): print(n) prints: VII, VI, V, IV, III, II, I
302+
for n in roman_range(start=7, stop=1, step=-1): print(n)#prints: VII, VI, V, IV, III, II, I
303303
~~~~
304304
305305
#### String generations:
@@ -328,9 +328,17 @@ secure_random_hex(12)
328328
pip install python-string-utils
329329
330330
331+
## Checking installed version
332+
333+
~~~
334+
import string_utils
335+
string_utils.__version__
336+
'1.0.0' # (if '1.0.0' is the installed version)
337+
~~~
338+
331339
## Documentation
332340
333-
Full API documentation available on: http://python-string-utils.readthedocs.org/en/latest/
341+
Full API documentation available on [readthedocs.io](https://python-string-utils.readthedocs.io/en/develop)
334342
335343
336344
## Support the project!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp