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:
18
18
19
19
pip install geocodio-library-python
20
20
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
-
42
21
Usage
43
22
-----
44
23
@@ -167,6 +146,27 @@ License
167
146
168
147
This project is licensed under the MIT License. See the [ LICENSE] ( LICENSE ) file for details.
169
148
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
+
170
170
CI & Publishing
171
171
---------------
172
172
You can’t perform that action at this time.
0 commit comments