File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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.
88
99### Prerequisites
1010
11- - A Linux distro operating system: Ubuntu, Fedora etc.
11+ - A Linux distro operating system: [ Ubuntu] ( https://ubuntu.com ) etc.
1212- [ Python] ( https://www.python.org ) v3 should be installed
1313- [ 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)
1515
1616### Clone the repo
1717
@@ -21,9 +21,9 @@ Clone the git repository from command terminal:
2121Change location into the directory:
2222` cd dockl `
2323
24- ### Python packages
24+ ### EEL & Python packages
2525
26- Optional: Create a virtual environment, ** python3-venv** needs to be installed :
26+ Create a virtual environment ( ** python3-venv** is required) :
2727` python3 -m venv env `
2828Activate the virtual environment:
2929` source env/bin/activate `
You can’t perform that action at this time.
0 commit comments