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
This project uses git submodules. They're both helpful and, at times, difficult to work with. The good news is you probably don't need to think about them! Just run the following shell command to make sure that your local repo is wired properly:
54
69
55
70
**DO THIS (run this command in your new `plotly.py` directory)**
56
71
57
72
```bash
58
-
python update_submodules.py
73
+
python setup_submodules.py
59
74
```
60
75
61
76
That's going to initialize the submodules we use in this project, update them so that they're synced to the proper commit, and copy files to the appropriate locations in your local repo.
@@ -520,4 +535,6 @@ From `packages/python/plotly-geo`, build the conda packge
520
535
Then upload to the plotly anaconda channel as described above
521
536
522
537
## Contributing to the Figure Factories
523
-
If you are interested in contributing to the ever-growing Plotly figure factory library in Python, check out the [documentation](https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/README.md) to learn how.
538
+
If you are interested in contributing to the ever-growing Plotly figure factory library in Python, check out the [documentation][ff-home] to learn how.
0 commit comments