Sadjad Alikhani
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,23 +8,17 @@ Welcome to **LWM** (Large Wireless Model) — a pre-trained model designed for p
|
|
8 |
|
9 |
## 🛠 **How to Use**
|
10 |
|
11 |
-
### 1. **Install Conda
|
12 |
|
13 |
-
First, ensure that you have a package manager like **Conda**
|
14 |
|
15 |
-
#### **
|
16 |
|
17 |
You can install **Conda** via **Anaconda** or **Miniconda**.
|
18 |
|
19 |
- **Anaconda** includes a comprehensive scientific package suite. Download it [here](https://www.anaconda.com/products/distribution).
|
20 |
- **Miniconda** is a lightweight version that includes only Conda and Python. Download it [here](https://docs.conda.io/en/latest/miniconda.html).
|
21 |
|
22 |
-
#### **Option B: Install Mamba (via Miniforge)**
|
23 |
-
|
24 |
-
For a faster alternative, use **Mamba** by installing **Miniforge**.
|
25 |
-
|
26 |
-
- **Miniforge** is a smaller installer that comes with **Mamba**. Download it [here](https://github.com/conda-forge/miniforge/releases/latest).
|
27 |
-
|
28 |
Once installed, you can use Conda to manage environments.
|
29 |
|
30 |
---
|
|
|
8 |
|
9 |
## 🛠 **How to Use**
|
10 |
|
11 |
+
### 1. **Install Conda**
|
12 |
|
13 |
+
First, ensure that you have a package manager like **Conda** installed to manage your Python environments and packages.
|
14 |
|
15 |
+
#### **Install Conda**
|
16 |
|
17 |
You can install **Conda** via **Anaconda** or **Miniconda**.
|
18 |
|
19 |
- **Anaconda** includes a comprehensive scientific package suite. Download it [here](https://www.anaconda.com/products/distribution).
|
20 |
- **Miniconda** is a lightweight version that includes only Conda and Python. Download it [here](https://docs.conda.io/en/latest/miniconda.html).
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
Once installed, you can use Conda to manage environments.
|
23 |
|
24 |
---
|