-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
suggest to change back to CRLF |
Great job! |
@@ -67,3 +67,5 @@ typings/ | |||
__pycache__ | |||
build | |||
*.egg-info | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we can remove .vscode
in gitignore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.vscode is for vs code local settings. It's better to keep it local, instead of sharing.
python pip should also be correctly installed. You could use "python3 -m pip -v" to check in Linux. | ||
|
||
* Note: we don't support virtual environment in current releases. | ||
* Note: we don't support virtual environment in current releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that virtual environment like conda is supported if we install it in the right way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no change on original content, I just changed indent of those lines. We can review content again, and get it correctly.
No description provided.