Skip to content
Snippets Groups Projects
Commit 9c4b9f33 authored by williamforbrigd's avatar williamforbrigd
Browse files

Added installation guide in readme

parent 4ee6d4f2
No related branches found
No related tags found
No related merge requests found
......@@ -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 install the virtual environement inside the project folder
# Install 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
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