We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3845f6c commit 4b2d767Copy full SHA for 4b2d767
README.md
@@ -1,2 +1,15 @@
1
# Distance-Calculator
2
This is a Distance Calculator I made.
3
+
4
+## How to use
5
6
+Simply download this code or clone it using git.
7
+Then, in the folder which was cloned, try any of these commands -
8
9
+- `python distance_calculator`
10
+- `python3 distance_calculator`
11
+- `python -m distance_calculator`
12
+- `python3 -m distance_calculator`
13
14
+I made this mainly to find issues in it.
15
+If you find a bug or an error, feel free to open an issue and I will solve it.
0 commit comments