Skip to content

Commit

Permalink
Clarify dev instructions in README.rst (#3545)
Browse files Browse the repository at this point in the history
If one tries to follow step 3 after step 2, which I think is something somewhat reasonable to expect, they end up inside directory `parsl/parsl`, where there's no `setup.py` script.  Instead, the script is in the top-level directory, so if you already entered `parsl`, you don't need to go into `parsl/parsl`.  This adds a comment to clarify this possible point of confusion.
  • Loading branch information
giordano authored Jul 26, 2024
1 parent 71d9c71 commit 0c24d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For Developers

3. Install::

$ cd parsl
$ cd parsl # only if you didn't enter the top-level directory in step 2 above
$ python3 setup.py install

4. Use Parsl!
Expand Down

0 comments on commit 0c24d7b

Please sign in to comment.