Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IDATT2900-072
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattias Agentoft Eggen
IDATT2900-072
Commits
e36cafd7
Commit
e36cafd7
authored
2 years ago
by
magnus2142
Browse files
Options
Downloads
Patches
Plain Diff
updated installation guide in readme
parent
dc25e4ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-16
4 additions, 16 deletions
README.md
bbcli/__version__.py
+1
-1
1 addition, 1 deletion
bbcli/__version__.py
with
5 additions
and
17 deletions
README.md
+
4
−
16
View file @
e36cafd7
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
bbcli/__version__.py
+
1
−
1
View file @
e36cafd7
VERSION
=
(
1
,
0
,
3
)
VERSION
=
(
1
,
0
,
4
)
PRERELEASE
=
None
# alpha, beta or rc
REVISION
=
None
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment