8000 pinning orca by emmanuelle · Pull Request #2293 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

pinning orca #2293

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

Merged
merged 2 commits into from
Mar 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
D405
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
nicolaskruchten authored Mar 19, 2020
commit 228b7e96da0aa58d7d9ac2c02253baa5caac9479
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ installation of the plotly [orca](https://github.com/plotly/orca) command line u
These dependencies can both be installed using conda:

```
conda install -c plotly plotly-orca psutil
conda install -c plotly plotly-orca==1.2.1 psutil
```

Or, `psutil` can be installed using pip...
Expand Down
0