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
9c4b9f33
Commit
9c4b9f33
authored
3 years ago
by
williamforbrigd
Browse files
Options
Downloads
Patches
Plain Diff
Added installation guide in readme
parent
4ee6d4f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-4
8 additions, 4 deletions
README.md
with
8 additions
and
4 deletions
README.md
+
8
−
4
View file @
9c4b9f33
...
...
@@ -6,17 +6,21 @@ python -m pytest tests
## To download the project and install all the requirements
# git clone with ssh:
git@gitlab.stud.idi.ntnu.no:mattiaae/idatt2900-072.git
cd idatt2900-072
# git clone with https:
git clone https://gitlab.stud.idi.ntnu.no/mattiaae/idatt2900-072.git
cd idatt2900-072
#
Then i
nstall the virtual environement inside the project folder
#
I
nstall the virtual environement inside the project folder
python -m venv ./venv
source ./venv/bin/activate
# Install all the requirements
python -m pip install -r requirements.txt
# To chech that it is successfully installed, check the version
python -m bbcli --version
python -m bbcli --version
\ No newline at end of file
# Run the tests
python -m pytest test
\ No newline at end of file
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