diff --git a/README.md b/README.md index d5dd27eda209ec4cce0cdae581b752d13194bf93..a76982de82fe9a1c8cdb8f3d026330473d0f3bad 100644 --- a/README.md +++ b/README.md @@ -85,22 +85,10 @@ To run this CLI you need python and pip installed, as well as ```magic``` librar **NB!** Currently, this CLI can only be installed using pip, but we are planning to support other installation methods later. -1. Install pip package - - ```Shell - pip install Blackboard-LMS-CLI - ``` -2. Install ```magic``` dependecy - ```Shell - # Windows: - pip install python-magic-bin - - # Linux: - sudo apt-get install libmagic1 - - # Mac OS X - brew install libmagic - ``` + +```Shell +pip install Blackboard-LMS-CLI +``` Test if the installation was successful by running ```$ bb --version``` command. You should see something like this: diff --git a/bbcli/__version__.py b/bbcli/__version__.py index f90b750a23910786123a40babaa504ddc445348d..0b9f73f61b42282482d80521f82ac7824f94a736 100644 --- a/bbcli/__version__.py +++ b/bbcli/__version__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 3) +VERSION = (1, 0, 4) PRERELEASE = None # alpha, beta or rc REVISION = None