Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Böhm
Edge-IoT Simulator
Commits
3d5b99d8
Commit
3d5b99d8
authored
Nov 12, 2021
by
Sebastian Böhm
Browse files
update doc
parent
b05ce757
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3d5b99d8
...
...
@@ -72,7 +72,8 @@ WEB_HOSTNAME=localhost
*
Clone/Pull this repository:
`git clone https://gitlab.rz.uni-bamberg.de/sebastian.boehm/edge-iot-simulator`
*
Go into the root directory of the repository, switch then to (
`cd edge_iot_simulator`
)
*
Create the env file
`.env`
with the contents above and change the values according to your needs
*
Create a virtual environment at first:
`python3 -m venv venv`
*
Go back to the root directory of the repository:
`cd ..`
*
Create a virtual environment:
`python3 -m venv venv`
*
Change to the virtual environment:
`source venv/bin/activate`
*
Update pip:
`pip3 install --upgrade pip`
*
Install the necessary dependencies:
`pip3 install -r requirements.txt`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment