Skip to content

Commit e13a160

Browse files
committed
Update README.md
1 parent 26b6b69 commit e13a160

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Designed for maximum performance and scalability, it integrates vector search, O
1212
- [Docker](#docker)
1313
- [Local](#local)
1414
* **2.** [Build & Testing](#build)
15-
* **3.** Publishing to PyPI
15+
* **3.** [Publishing to PyPI](#publishing-to-pypi)
1616

1717
---
1818

@@ -35,9 +35,9 @@ Designed for maximum performance and scalability, it integrates vector search, O
3535
└── README.md
3636
````
3737

38-
- 🔗 **[Quick Start ↗](https://docs.puredocs.org/setup)**
39-
- 👉 **[Contributing to PureCPP ↗](docs/CONTRIBUTING.md)**
40-
- 🛠️ **[Using Pre-trained Models ↗](./models/README.md)**
38+
- **[Quick Start ↗](https://docs.puredocs.org/setup)**
39+
- **[Contributing to PureCPP ↗](docs/CONTRIBUTING.md)**
40+
- **[Download Pre-trained Models ↗](./models/README.md)**
4141

4242
---
4343

@@ -84,7 +84,7 @@ cd purecpp
8484
./scripts/env_config.sh
8585
```
8686

87-
*This install python essential package, libtorch, FAISS, and configure Conan*
87+
*This script install python essential package, libtorch, FAISS, and configure Conan*
8888

8989
> [!CAUTION]
9090
>
@@ -109,7 +109,6 @@ cd purecpp
109109
>
110110
> * **Python** ≥ 3.8
111111
> * **CMake** ≥ 3.22
112-
> * **Rust**
113112
> * **GCC/G++** ≥ 13
114113
115114
#### 1. Installing dependencies
@@ -162,8 +161,9 @@ source ~/.cargo/env
162161
```bash
163162
source venv/bin/activate
164163
```
164+
*This practice minimizes conflicts between global packages and project-specific requirements.*
165165

166-
This practice minimizes conflicts between global packages and project-specific requirements. Use the steps below to create and activate the virtual environment.
166+
**Then run `env_config.sh` script**
167167

168168
```bash
169169
chmod +x scripts/*.sh

0 commit comments

Comments
 (0)