You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/development_guide.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ Development Guide
11
11
12
12
See the [Architecture Guide](architecture_guide.md) for details on how mssql-scripter is designed and implemented.
13
13
14
-
mssql-scripter sources are located on GitHub (https://github.com/Microsoft/sql-xplat-cli). In order to contribute to the project, you are expected to:
14
+
mssql-scripter sources are located on GitHub (https://github.com/Microsoft/mssql-scripter). In order to contribute to the project, you are expected to:
15
15
- Have a GitHub account. For Microsoft contributors, follow the guidelines on https://opensourcehub.microsoft.com/ to create, configure and link your account
16
-
- Fork the https://github.com/Microsoft/sql-xplat-clirepository into your private GitHub account
17
-
- Create pull requests against the https://github.com/Microsoft/sql-xplat-cli repository to get your code changes merged into the project repository.
16
+
- Fork the https://github.com/Microsoft/mssql-scripterrepository into your private GitHub account
17
+
- Create pull requests against the https://github.com/Microsoft/mssql-scripter repository to get your code changes merged into the project repository.
18
18
19
19
## <aname="Preparing_Machine"></a>1. Preparing your machine
20
20
1. Install latest Python from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7. It is recommended to install both Python 2.7 and Python3.6 to ensure backwards compatibility for testing.
21
21
#### Windows
22
22
- The latest Python installation package can be downloaded from [here](https://www.python.org/downloads/).
23
23
- During installation, select the 'Add Python to PATH' option. Python must be in the PATH environment variable.
24
24
25
-
2. Clone the repo from [https://github.com/Microsoft/sql-xplat-cli](https://github.com/Microsoft/sql-xplat-cli)
25
+
2. Clone the repo from [https://github.com/Microsoft/mssql-scripter](https://github.com/Microsoft/mssql-scripter)
When developing on a Python project, it is recommended to do so in a virtual environment. A virtual environment is a sandbox that maintains a copy of all libraries necessary to run python in a isolated environment without interfering with the system or global python. For more information on virtual environments, go to [Virtual Environment Info](docs/virtual_environment_info.md).
@@ -78,7 +78,7 @@ General development steps that apply to both a virtual environment or a global e
78
78
## <a name="Configure_IDE"></a>3. Configuring your IDE
79
79
#### Visual Studio (Windows only)
80
80
1. Install [Python Tools for Visual Studio](https://github.com/Microsoft/PTVS)
81
-
2. Open the `<clone_root>\sql-xplat-cli.pyproj` project in Visual Studio
81
+
2. Open the `<clone_root>\mssql-scripter.pyproj` project in Visual Studio
Copy file name to clipboardExpand all lines: doc/installation_guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ C:\> pip install mssql-scripter
90
90
91
91
# Troubleshooting
92
92
93
-
If you're having installation issues, please check the below known issues and workarounds. If you're having a different issue, please check the [issues](https://github.com/Microsoft/sql-xplat-cli/issues) page to see if the issue has already been reported. If you don't see your issue there, filing a new issue would be appreciated.
93
+
If you're having installation issues, please check the below known issues and workarounds. If you're having a different issue, please check the [issues](https://github.com/Microsoft/mssql-scripter/issues) page to see if the issue has already been reported. If you don't see your issue there, filing a new issue would be appreciated.
94
94
95
95
## Error: No module named mssqlscripter
96
96
If the installation was successful and this error message is encountered, this may be caused by different versions of python in the environment.
0 commit comments