Skip to content

Commit 387c35c

Browse files
committed
README.md: Remove 'sudo' from install command
1 parent 954ed90 commit 387c35c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ See [docs](https://mrs0m30n3.github.io/google-translate/docs/) for more informat
88
### Install From Source
99
1. Download & extract source from [here](https://github.com/MrS0m30n3/google-translate/archive/0.2.2.zip)
1010
2. Change directory into **google-translate-0.2.2/**
11-
3. Run `sudo python setup.py install`
11+
3. Run `python setup.py install`
1212

1313
### Install From [Pypi](https://pypi.python.org/pypi/doodle-translate)
14-
1. Run `sudo pip install doodle-translate`
14+
1. Run `pip install doodle-translate`
1515

1616
# Usage
1717

0 commit comments

Comments
 (0)