X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.rst;h=8b2b081615bcdb128fe2c4e55b968f3258141c68;hb=929182a92d4ab0f697a151d0a6d613d17a72c078;hp=1ab63afb6c4f5b14c4a752a9ba49aefa6ab76e4f;hpb=fe5af37570549f07c1f6a1b7faed83316bda49ae;p=sqlconvert.git diff --git a/README.rst b/README.rst index 1ab63af..8b2b081 100644 --- a/README.rst +++ b/README.rst @@ -17,9 +17,13 @@ The first goal is to implement mysql2sql, a script intended primarily to convert mysqldump output (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. -| Home Page: http://phdru.name/Software/Python/sqlconvert/ -| Documentation: http://phdru.name/Software/Python/sqlconvert/docs/ -| Git repo: http://git.phdru.name/sqlconvert.git/ +| Home Page: https://phdru.name/Software/Python/sqlconvert/ +| Documentation: https://phdru.name/Software/Python/sqlconvert/docs/ +| Git repo: https://git.phdru.name/sqlconvert.git/ | GitHub repo: https://github.com/phdru/sqlconvert | Issue tracker: https://github.com/phdru/sqlconvert/issues -| PyPI: https://pypi.python.org/pypi/sqlconvert +| PyPI: https://pypi.org/project/sqlconvert/ + +:: + + pip install sqlconvert