Skip to content

Commit d07ad07

Browse files
Merge pull request #24 from SpaciousCoder78/main
Finalised v3.0,0
2 parents 68aacbe + 4c31178 commit d07ad07

File tree

2 files changed

+12
-145
lines changed

2 files changed

+12
-145
lines changed

Pipfile.lock

Lines changed: 0 additions & 111 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -30,41 +30,18 @@ As of v2.1.0, QuickOverflow only supports Python debugging. However, support for
3030
To get started you must have:
3131

3232
- Linux Based Operating System
33-
- Python 3.12
33+
- Python 3
3434

35-
Most distributions come with Python3 installed, however Python 3.12 is highly recommended for dependency compatibility
3635

37-
Check your python version using
38-
39-
```sh
40-
$ python3 --version
41-
```
42-
If you have a different version, follow the steps below:
43-
44-
For Ubuntu/Debian Based Distros
45-
46-
```sh
47-
$ sudo apt install python3.12
48-
```
49-
50-
For Fedora/CentOS/RedHat Based Distros
51-
52-
```sh
53-
$ sudo dnf install python3.12
54-
```
55-
56-
For Arch Linux Based Distros
57-
58-
```sh
59-
$ sudo pacman -S python312
60-
```
6136
## Contributing
6237

6338
For contribution guide and guidelines, check ![CONTRIBUTING.md](https://github.com/SpaciousCoder78/QuickOverflow/blob/main/CONTRIBUTING.md)
6439

6540
## Installation
6641

67-
- Clone the repository
42+
This software uses Make for build system, ensure you have Make installed
43+
44+
- Clone the repository
6845

6946
```sh
7047
$ git clone https://github.com/SpaciousCoder78/QuickOverflow.git
@@ -76,21 +53,21 @@ $ git clone https://github.com/SpaciousCoder78/QuickOverflow.git
7653
$ cd QuickOverflow
7754
```
7855

79-
- Run `make` on your Linux system in the cloned directory
56+
- For Ubuntu Based Distributions, run
8057

8158
```sh
82-
$ make
59+
$ make ubuntu
8360
```
84-
85-
- Run the run script to start using QuickOverflow
61+
- For Arch Linux Based Distributions, run
8662

8763
```sh
88-
$ sh run.sh
64+
$ make arch_linux
8965
```
90-
- To uninstall QuickOverflow
66+
67+
- Run QuickOverflow from anywhere on your PC (Introduced in Update 3.0.0)
9168

9269
```sh
93-
$ make uninstall
70+
$ QuickOverflow
9471
```
9572

9673
## User Manual
@@ -115,4 +92,5 @@ Type `help` to get a list of supported commands
11592

11693
Type `search` to start searching for errors from your code
11794

95+
For a more in-depth guide, check <a href="https://github.com/SpaciousCoder78/QuickOverflow/wiki/User-Manual"> User Manual Wiki </a>
11896

0 commit comments

Comments
 (0)