-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide instructions on virtualenv. #258
Conversation
pip install --upgrade visualdl | ||
|
||
# 运行一个例子 | ||
# 运行一个例子,vdl_scratch.py将创建测试日志 |
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.
运行一个例子?
@@ -62,11 +62,14 @@ Histogram can be used to visualize parameter distribution and trends for any ten | |||
</p> | |||
|
|||
## Quick Start | |||
To give the VisualDL a quick test, please use the following commands. |
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.
So instead of this, why don't we just give them a simple command "virtualenv venv; source venv/bin/activate`. This requires them to go read another doc and figure out how virtualenv works. What do you think?
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.
Yeah just saw your stuff for contrib. I'd just add those lines here too and avoid the confusiuon.
|
||
```bash | ||
pip install --upgrade virtualenv | ||
virtualenv YOUR_VIRTUAL_EVN_FOLDER |
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.
yes yes yes!!
#254