Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memb3r authored Jan 26, 2024
1 parent f5e04a8 commit bfdce86
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,44 @@

---

# Installation

### Windows

For running this project you need to install <code>python</code> and <code>pip</code> first.

1. Go to <b>Microsoft Store.</b>

<img src="images/screenshot.png">

2. Click "Get" and install the latest <code>python</code> version (3.12)
3. Download ZIP file of this repo and unpack it.
4. Now go into <b>PowerShell</b> and go into your repository folder using this command:
```bash
cd infine
```

### Linux

In this example we are using `apt`, that uses in Ubuntu, Debian, Linux Mint, Kali Linux.

1. First, you need to install <code>python3</code>, <code>python3-pip</code>. Open terminal and do this:

```bash
sudo apt install python3 python3-pip
```

2. Now download ZIP file of this repo and unpack it.

>[!TIP]
>You can also use git to download repos faster.
>```bash
>sudo apt install git # Installing git
>
>git clone https://github.com/memb3r/infine # Cloning repo
>```
3. Go to repo folder:
```bash
cd infine
```

0 comments on commit bfdce86

Please sign in to comment.