You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ DataFog is an open-source DevSecOps platform that lets you scan and redact Perso
35
35
36
36
DataFog can be installed via pip:
37
37
38
-
```bash
38
+
```
39
39
pip install datafog
40
40
```
41
41
@@ -163,7 +163,7 @@ For local development:
163
163
cd datafog-python
164
164
```
165
165
3. Create a new virtual environment (using `.venv` is recommended as it is hardcoded in the justfile):
166
-
```bash
166
+
```
167
167
python -m venv .venv
168
168
```
169
169
4. Activate the virtual environment:
@@ -172,11 +172,11 @@ For local development:
172
172
.venv\Scripts\activate
173
173
```
174
174
- On macOS/Linux:
175
-
```bash
175
+
```
176
176
source .venv/bin/activate
177
177
```
178
178
5. Install the package in editable mode:
179
-
```bash
179
+
```
180
180
pip install -e .
181
181
```
182
182
6. Set up the project:
@@ -206,7 +206,7 @@ Now, you can develop and run the project locally.
206
206
207
207
We use [pre-commit](https://marketplace.visualstudio.com/items?itemName=elagil.pre-commit-helper) to run checks locally before committing changes. Once installed, you can run:
0 commit comments