Skip to content

Commit 4713a68

Browse files
docs: Moved development installation to the bottom of the README
1 parent 534f12d commit 4713a68

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,6 @@ Install via pip:
1818

1919
pip install geocodio-library-python
2020

21-
Development Installation
22-
-----------------------
23-
24-
1. Clone the repository:
25-
```bash
26-
git clone https://github.com/geocodio/geocodio-library-python.git
27-
cd geocodio-library-python
28-
```
29-
30-
2. Create and activate a virtual environment:
31-
```bash
32-
python -m venv venv
33-
source venv/bin/activate # On Windows: venv\Scripts\activate
34-
```
35-
36-
3. Install development dependencies:
37-
```bash
38-
pip install -e .
39-
pip install -r requirements-dev.txt
40-
```
41-
4221
Usage
4322
-----
4423

@@ -167,6 +146,27 @@ License
167146

168147
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
169148

149+
Development Installation
150+
-----------------------
151+
152+
1. Clone the repository:
153+
```bash
154+
git clone https://github.com/geocodio/geocodio-library-python.git
155+
cd geocodio-library-python
156+
```
157+
158+
2. Create and activate a virtual environment:
159+
```bash
160+
python -m venv venv
161+
source venv/bin/activate # On Windows: venv\Scripts\activate
162+
```
163+
164+
3. Install development dependencies:
165+
```bash
166+
pip install -e .
167+
pip install -r requirements-dev.txt
168+
```
169+
170170
CI & Publishing
171171
---------------
172172

0 commit comments

Comments
 (0)