Skip to content

Commit a09d4e7

Browse files
authored
Update development_guide.md
1 parent f65a2bf commit a09d4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mssql-cli sources are located on GitHub (https://github.com/dbcli/mssql-cli). In
3333
2. Clone the repo from [https://github.com/dbcli/mssql-cli](https://github.com/dbcli/mssql-cli)
3434

3535
## <a name="Environment_Setup"></a>2. Environment Setup
36-
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).
36+
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](virtual_environment_info.md).
3737

3838
If not developing in a virtual environment, please proceed to [Development Setup](#Development)
3939
### Virtual Environment

0 commit comments

Comments
 (0)