Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit f049e80

Browse files
authored
alice: CONTRIBUTING: Show how to install from GitHub repo
1 parent 69df603 commit f049e80

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

entities/alice/CONTRIBUTING.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Tutorials
133133
These are tutorials on how to extend parts of Alice, they are backlinked from
134134
her README.
135135

136-
- https://github.com/intel/dffml/blob/alice/docs/tutorials/rolling_alice/0001_coach_alice/0002_our_open_source_guide.md
136+
- `Coach Alice Our Open Source Guide <https://github.com/intel/dffml/blob/alice/docs/tutorials/rolling_alice/0001_coach_alice/0002_our_open_source_guide.md>`_
137137

138138
Data Flow Programming
139139
*********************
@@ -458,6 +458,12 @@ to ``dffml.overlays.alice.please.contribute.recommended_community_standard``.
458458
AlicePleaseContributeRecommendedCommunityStandardsOverlayMyConfigReader = alice_please_contribute_recommended_community_standards_overlay_git_myconfig.overlay -> alice-please-contribute-recommended-community-standards-overlay-git-myconfig 0.1.dev1+gc4185e9.d20220630 (/tmp/tmp.XrelIRGR0v/dffml/entities/alice/alice-please-contribute-recommended_community_standards-overlay-git-myconfig)
459459
MyConfigReader = alice_please_contribute_recommended_community_standards_overlay_git_myconfig.myconfig -> alice-please-contribute-recommended-community-standards-overlay-git-myconfig 0.1.dev1+gc4185e9.d20220630 (/tmp/tmp.XrelIRGR0v/dffml/entities/alice/alice-please-contribute-recommended_community_standards-overlay-git-myconfig)
460460
461+
If you push your repo to a hosting server you can install it as follows.
462+
463+
.. code-block:: console
464+
465+
$ python -m pip install -U "https://github.com/$USER/alice-please-contribute-recommended_community_standards-overlay-git-myconfig/archive/main.zip#egg=alice-please-contribute-recommended_community_standards-overlay-git-myconfig"
466+
461467
Registering a Flow
462468
******************
463469

0 commit comments

Comments
 (0)