File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ A Python EEL and React.js build Docker management app for Linux Distros.
8
8
9
9
### Prerequisites
10
10
11
- - A Linux distro operating system: Ubuntu, Fedora etc.
11
+ - A Linux distro operating system: [ Ubuntu] ( https://ubuntu.com ) etc.
12
12
- [ Python] ( https://www.python.org ) v3 should be installed
13
13
- [ Docker] ( https://www.docker.com ) should be installed, version 20.10.12 is used in this project
14
- - ` git ` should be installed (recommended v2.34.1 or higher)
14
+ - [ Git ] ( https://github.com/ git-guides/install-git ) should be installed (recommended v2.34.1 or higher)
15
15
16
16
### Clone the repo
17
17
@@ -21,9 +21,9 @@ Clone the git repository from command terminal:
21
21
Change location into the directory:
22
22
` cd dockl `
23
23
24
- ### Python packages
24
+ ### EEL & Python packages
25
25
26
- Optional: Create a virtual environment, ** python3-venv** needs to be installed :
26
+ Create a virtual environment ( ** python3-venv** is required) :
27
27
` python3 -m venv env `
28
28
Activate the virtual environment:
29
29
` source env/bin/activate `
You can’t perform that action at this time.
0 commit comments