-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa8230c
commit 6fa61ab
Showing
5 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pyflow" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["David O'Connor <[email protected]>"] | ||
description = "A modern Python installation and dependency manager" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,19 +32,19 @@ and [Pep 518 (pyproject.toml)](https://www.python.org/dev/peps/pep-0518/). | |
|
||
## Installation | ||
- **Windows** - Download and run | ||
[this installer](https://github.com/David-OConnor/pyflow/releases/download/0.3.0/pyflow-0.3.0-x86_64.msi). | ||
[this installer](https://github.com/David-OConnor/pyflow/releases/download/0.3.1/pyflow-0.3.1-x86_64.msi). | ||
Or, if you have [Scoop](https://scoop.sh) installed, run `scoop install pyflow`. | ||
|
||
- **Ubuntu, or another Os that uses Snap** - Run `snap install pyflow --classic`. | ||
|
||
- **Ubuntu or Debian without Snap** - Download and run | ||
[this deb](https://github.com/David-OConnor/pyflow/releases/download/0.3.0/pyflow_0.3.0_amd64.deb). | ||
[this deb](https://github.com/David-OConnor/pyflow/releases/download/0.3.1/pyflow_0.3.1_amd64.deb). | ||
|
||
- **Fedora, CentOs, RedHat, or older versions of SUSE** - Download and run | ||
[this rpm](https://github.com/David-OConnor/pyflow/releases/download/0.3.0/pyflow-0.3.0.x86_64.rpm). | ||
[this rpm](https://github.com/David-OConnor/pyflow/releases/download/0.3.1/pyflow-0.3.1.x86_64.rpm). | ||
|
||
- **A different Linux distro** - Download this | ||
[standalone binary](https://github.com/David-OConnor/pyflow/releases/download/0.3.0/pyflow) | ||
[standalone binary](https://github.com/David-OConnor/pyflow/releases/download/0.3.1/pyflow) | ||
and place it somewhere accessible by the PATH. For example, `/usr/bin`. | ||
|
||
- **Mac** - Run `brew install pyflow` | ||
|
@@ -189,7 +189,7 @@ Example contents: | |
[tool.pyflow] | ||
py_version = "3.7" | ||
name = "runcible" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["John Hackworth <[email protected]>"] | ||
|
||
[tool.pyflow.dependencies] | ||
|
@@ -371,7 +371,7 @@ In order to build and publish your project, additional info is needed in | |
[tool.pyflow] | ||
name = "everythingkiller" | ||
py_version = "3.6" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["Fraa Erasmas <[email protected]>"] | ||
description = "Small, but packs a punch!" | ||
homepage = "https://everything.math" | ||
|
@@ -394,7 +394,7 @@ activate = "jeejah:activate" | |
|
||
[tool.pyflow.dependencies] | ||
numpy = "^1.16.4" | ||
manimlib = "0.3.0" | ||
manimlib = "0.3.1" | ||
ipython = {version = "^7.7.0", extras=["qtconsole"]} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters