Skip to content
Snippets Groups Projects
Commit e36cafd7 authored by magnus2142's avatar magnus2142
Browse files

updated installation guide in readme

parent dc25e4ff
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
VERSION = (1, 0, 3)
VERSION = (1, 0, 4)
PRERELEASE = None # alpha, beta or rc
REVISION = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment