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

Commit d8e1ca7

Browse files
authored
alice: README: Link to CONTRIBUTING docs
1 parent af52160 commit d8e1ca7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

entities/alice/README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Please create issues for any problems you encounter.
2121
First make sure you have the latest versions of ``pip``, ``setuptools``, and
2222
``wheel``. Some ML libraries require them to be up-to-date.
2323

24+
If you want to contribute please see
25+
https://github.com/intel/dffml/blob/alice/entities/alice/CONTRIBUTING.rst
26+
2427
You may want to first create a virtual environment to avoid any permissions
2528
issues when running ``pip install``.
2629

@@ -83,7 +86,8 @@ Create a new git repo and add some contents
8386
.. code-block:: console
8487
8588
$ gh repo create -y --private https://github.com/$USER/my-new-python-project
86-
$ my-new-python-project
89+
$ git clone https://github.com/$USER/my-new-python-project
90+
$ cd my-new-python-project
8791
$ echo 'print("Hello World")' > test.py
8892
$ git add test.py
8993
$ git commit -sam 'Initial Commit'

0 commit comments

Comments
 (0)