Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn authored Oct 14, 2018
1 parent a5376f9 commit d56421f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,13 @@ There is a color class in ```internal.extra.colors``` which can be used to displ

## Dependencies

Windows only. Not required on other platforms.
This is only usually required on Windows systems.

Windows may require you to install pyreadline, you can do this via pip:
You can install the requirements with this command:

```C:/Python27/python.exe -m pip install pyreadline```
```pip install -r requirements.txt```

(Default installation path)

or, if you have added python to your PATH:

```pip install pyreadline```
You only need to install these requirements if the program fails to launch.

## Notes
We try to follow the [SemVer Standard.](https://semver.org/)
We try to follow the [SemVer Standard.](https://semver.org/)

0 comments on commit d56421f

Please sign in to comment.