Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUNI-KYPO-CSC
cyber-sandbox-creator
Commits
93a6c2f9
Commit
93a6c2f9
authored
Jan 26, 2022
by
Attila Farkas
Browse files
Enforce correct kypo topology version
parent
65e9418b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
93a6c2f9
...
...
@@ -16,13 +16,13 @@ Cyber Sandbox Creator is a tool that can generate portable definition files and
1.
Install pip using
`$ sudo apt-get install python3-pip`
.
2.
Install setuptools with
`$ pip3 install setuptools`
.
3.
Install Kypo Topology Definition
`$ pip3 install kypo-topology-definition --extra-index-url https://gitlab.ics.muni.cz/api/v4/projects/2358/packages/pypi/simple`
.
3.
Install Kypo Topology Definition
`$ pip3 install kypo-topology-definition
~=0.5.0
--extra-index-url https://gitlab.ics.muni.cz/api/v4/projects/2358/packages/pypi/simple`
.
4.
Install Cyber Sandbox Creator with
`$ pip3 install sandboxcreator`
.
### Windows 10
1.
Install
[
Python 3
](
https://www.python.org/downloads/windows/
)
(
at
least v3.7). At the beginning of the installation mark the "Add Python to PATH" option.
3.
Install Kypo Topology Definition
`$ pip install kypo-topology-definition --extra-index-url https://gitlab.ics.muni.cz/api/v4/projects/2358/packages/pypi/simple`
.
3.
Install Kypo Topology Definition
`$ pip install kypo-topology-definition
~=0.5.0
--extra-index-url https://gitlab.ics.muni.cz/api/v4/projects/2358/packages/pypi/simple`
.
4.
Install Cyber Sandbox Creator with
`$ pip install sandboxcreator`
.
## Usage
...
...
Write
Preview
Supports
Markdown
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