Skip to content

Commit 42eb58c

Browse files
authored
Merge pull request #2 from hx2A/main
release 0.8.3a1
2 parents 1e9f27d + 1eedb23 commit 42eb58c

File tree

18 files changed

+765
-157
lines changed

18 files changed

+765
-157
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you have Java 17 installed on your computer, you can install py5 using pip:
4242
pip install py5
4343
```
4444

45-
[Detailed installation instructions](https://py5.ixora.io/content/install.html) are available on the documentation website. There are some [Special Notes for Mac Users](https://py5.ixora.io/content/osx_users.html) that you should read if you use OSX.
45+
[Detailed installation instructions](https://py5coding.org/content/install.html) are available on the documentation website. There are some [Special Notes for Mac Users](https://py5coding.org/content/osx_users.html) that you should read if you use OSX.
4646

4747
## Getting Started
4848

@@ -53,7 +53,7 @@ There are currently four basic ways to use py5. They are:
5353
* **imported mode**: simplified code that omits the `py5.` prefix. This mode is supported by the py5 Jupyter notebook kernel and the `run_sketch` command line utility.
5454
* **static mode**: functionless code to create static images. This mode is supported by the py5bot Jupyter notebook kernel, the `%%py5bot` IPython magic, and the `run_sketch` command line utility.
5555

56-
The documentation website, [https://py5.ixora.io/](https://py5.ixora.io/), is a work in progress. The reference documentation is solid but the how-to's and tutorials are incomplete.
56+
The documentation website, [https://py5coding.org/](https://py5coding.org/), is a work in progress. The reference documentation is solid but the how-to's and tutorials are incomplete.
5757

5858
[py5generator][py5_generator_repo] is a meta-programming project that creates the py5 library. To view the actual installed py5 library code, look at the [py5 repository][py5_repo]. All py5 library development is done through py5generator.
5959

@@ -62,6 +62,7 @@ The documentation website, [https://py5.ixora.io/](https://py5.ixora.io/), is a
6262
Have a comment or question? We'd love to hear from you! The best ways to reach out are:
6363

6464
* github [discussions](https://github.com/py5coding/py5generator/discussions) and [issues](https://github.com/py5coding/py5generator/issues)
65+
* Mastodon <a rel="me" href="https://fosstodon.org/@py5coding">fosstodon.org/@py5coding</a>
6566
* twitter [@py5coding](https://twitter.com/py5coding)
6667
* [processing foundation discourse](https://discourse.processing.org/)
6768

0 commit comments

Comments
 (0)