Skip to content

Commit

Permalink
feat: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aju100 committed Mar 30, 2021
1 parent 2d911ef commit 303236c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Ready to contribute? Here's how to set up `asciju` for local development.

$ mkvirtualenv asciju
$ cd asciju/
$ python setup.py develop
$ python3 setup.py develop

4. Create a branch for local development::

Expand All @@ -80,7 +80,7 @@ Ready to contribute? Here's how to set up `asciju` for local development.
tests, including testing other Python versions with tox::

$ flake8 asciju tests
$ python setup.py test or pytest
$ python3 setup.py test or pytest
$ tox

To get flake8 and tox, just pip install them into your virtualenv.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Convert your image into ASCII art::

print(convert_img_ascii('yourimage.jpeg','output.txt'))

Run the python script:
Run the python script::

python3 nameofthescript.py

Expand Down

0 comments on commit 303236c

Please sign in to comment.