Skip to content

Commit 5c455af

Browse files
Sid MohanSid Mohan
authored andcommitted
removed codeblocks README.md
1 parent 45291ca commit 5c455af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DataFog is an open-source DevSecOps platform that lets you scan and redact Perso
3535

3636
DataFog can be installed via pip:
3737

38-
```bash
38+
```
3939
pip install datafog
4040
```
4141

@@ -163,7 +163,7 @@ For local development:
163163
cd datafog-python
164164
```
165165
3. Create a new virtual environment (using `.venv` is recommended as it is hardcoded in the justfile):
166-
```bash
166+
```
167167
python -m venv .venv
168168
```
169169
4. Activate the virtual environment:
@@ -172,11 +172,11 @@ For local development:
172172
.venv\Scripts\activate
173173
```
174174
- On macOS/Linux:
175-
```bash
175+
```
176176
source .venv/bin/activate
177177
```
178178
5. Install the package in editable mode:
179-
```bash
179+
```
180180
pip install -e .
181181
```
182182
6. Set up the project:
@@ -206,7 +206,7 @@ Now, you can develop and run the project locally.
206206
207207
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:
208208
209-
```bash
209+
```
210210
pre-commit run --all-files
211211
```
212212

0 commit comments

Comments
 (0)