Skip to content

Commit 0d3f994

Browse files
committed
Updating README for v0.2.4 final Py2-compatible release
1 parent 994f226 commit 0d3f994

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ It was made very easy with the help of the Golang [gopy](https://github.com/go-p
66

77
It has come about because it seems impossible to get away from memory leaks when you're dealing with UnixODBC and FreeTDS.
88

9+
#### Versions
10+
11+
This version (0.2.4) is the last version to support Python 2; all versions after this have been subject to a refactor and support Python 3
12+
only.
13+
914
#### Limitations
1015

1116
* Python command needs to be prefixed with GODEBUG=cgocheck=0 (or have that in the environment)
@@ -19,15 +24,18 @@ It has come about because it seems impossible to get away from memory leaks when
1924
* pkgconfig/pkg-config
2025

2126
#### Installation (for prod)
22-
* ```python setup.py install```
27+
28+
* ```python setup.py install```
2329

2430
#### Making a python wheel install file (for distribution)
25-
* ```python setup.py bdist_wheel```
31+
32+
* ```python setup.py bdist_wheel```
2633

2734
#### Setup (for dev)
35+
2836
Ensure pkg-config is installed
2937

30-
* ```mkvirtualenvwrapper -p (/path/to/pypy) gomssql-python```
38+
* ```mkvirtualenvwrapper -p (/path/to/pypy) gomssql-python```
3139
* ```pip install -r requirements-dev.txt```
3240
* ```./build.sh```
3341
* ```GODEBUG=cgocheck=0 py.test -v```
@@ -82,14 +90,14 @@ connection.close()
8290
MOUNT_WORKSPACE=1 ./test.sh bash
8391
./build.sh
8492
py.test
85-
93+
8694
## To test the sdist package
8795

8896
py.test
89-
97+
9098
## To do some manual testing
9199

92100
./manual_test.sh
93101

94-
This will spin up a Docker container that tries to connect to a specific database (internal to FTP Solutions); if the database is not
95-
there it'll simply fail (which is a good way to manually test for leaking memory).
102+
This will spin up a Docker container that tries to connect to a specific database (internal to FTP Solutions); if the database is not there
103+
it'll simply fail (which is a good way to manually test for leaking memory).

0 commit comments

Comments
 (0)