Skip to content

Commit b09c63d

Browse files
committed
chore: add venv
1 parent a06fa96 commit b09c63d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build
88
*.egg-info
99
dist
1010
.pytest_cache
11+
venv
1112

1213
# editor related
1314
.vscode

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
init:
2+
python -m venv ./venv
3+
pip install --upgrade pip
4+
pip install -r requirement-dev.txt
5+
16
format:
27
yapf **/*.py -i
38

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
[![Build Status](https://travis-ci.com/LeetCode-OpenSource/py-sourcemap.svg?branch=master)](https://travis-ci.com/LeetCode-OpenSource/py-sourcemap)
55
[![Build status](https://ci.appveyor.com/api/projects/status/ubn6tpgyryapy319/branch/master?svg=true)](https://ci.appveyor.com/project/Brooooooklyn/py-sourcemap/branch/master)
66

7-
87
A tiny [source-map-mappings](https://github.com/fitzgen/source-map-mappings) bindings for python using [PyO3](https://github.com/PyO3/pyo3)
98

109
# Platform Support
1110

1211
### Operating Systems
1312

14-
| Linux | macOS | Windows x32 | Windows x64 |
15-
| ------ | ----- | ----------- | ----------- |
16-
| ||||
13+
| Linux | macOS | Windows x86 | Windows x64 |
14+
| ----- | ----- | ----------- | ----------- |
15+
|||||
1716

1817
### Python
1918

@@ -22,6 +21,7 @@ A tiny [source-map-mappings](https://github.com/fitzgen/source-map-mappings) bin
2221
||||
2322

2423
# Usage
24+
2525
```python
2626
from py_sourcemap import SourcemapParser
2727

0 commit comments

Comments
 (0)