File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff 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-
4221Usage
4322-----
4423
@@ -167,6 +146,27 @@ License
167146
168147This 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+
170170CI & Publishing
171171---------------
172172
You can’t perform that action at this time.
0 commit comments