Skip to content

Commit 9872099

Browse files
Michael de VilliersMichael de Villiers
Michael de Villiers
authored and
Michael de Villiers
committed
Updated README
1 parent afecfb5 commit 9872099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Installation
1414
============
1515
Install the latest stable release from Pypi:
1616

17-
pip install peewee-mssql
17+
$ pip install peewee-mssql
1818

1919
Or alternatively, select a release or development version from Github and run:
2020

21-
python setup.py install
21+
$ python setup.py install
2222

2323
Getting Started
2424
===============
@@ -34,7 +34,7 @@ building your models for accessing data:
3434
3535
from peewee_mssql import MssqlDatabase
3636
37-
db = MssqlDatabase('MyDatabase', host='host.example.com', user=r'domain\username', password='password')
37+
db = MssqlDatabase('MyDatabase', host='host.example.com', user=r'domain\\username', password='password')
3838
3939
If you are using Microsoft SQL Server 2005 you will need to use the legacy
4040
datetime data types, simple pass `use_legacy_datetime=True` to the

0 commit comments

Comments
 (0)