prefect-ray
Prefect integrations with Ray
File Explorer
Download Latest Version (.zip)- add-to-project.yml
- codeql-analysis.yml
- nightly-dev-tests.yml
- publish-docs.yml
- release.yml
- static_analysis.yml
- template-sync.yml
- tests.yml
- windows-tests.yml
- CODEOWNERS
- codeql-config.yml
- dependabot.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- favicon.ico
- prefect-logo-mark.png
- extra.css
- gen_blocks_catalog.py
- gen_examples_catalog.py
- gen_home_page.py
- task_runners.md
- __init__.py
- _version.py
- context.py
- task_runners.py
- __init__.py
- conftest.py
- test_block_standards.py
- test_context.py
- test_task_runners.py
- .cruft.json
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- CONTRIBUTORS.md
- LICENSE
- MAINTAINERS.md
- MANIFEST.in
- mkdocs.yml
- README.md
- requirements-dev.txt
- requirements.txt
- setup.cfg
- setup.py
- versioneer.py
# Installation Guide
git clone https://github.com/prefect-archive/prefect-ray
Downloads the entire project code from GitHub to your computer.
cd prefect-ray
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install prefect-ray
Installs the package published on PyPI directly โ no need to clone the source.
pip install prefect
Installs the package published on PyPI directly โ no need to clone the source.
pip install s3fs
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install prefect-ray
Installs the package published on PyPI directly โ no need to clone the source.
pip install prefect
Installs the package published on PyPI directly โ no need to clone the source.
pip install s3fs
Installs the package published on PyPI directly โ no need to clone the source.
pip install -e ".[dev]"
Installs the Python libraries listed in requirements.txt (or similar).
Ray support for non-x86/64 architectures such as ARM/M1 processors with installation from `pip` alone and will be skipped during installation of Prefect. It is possible to manually install the blocking component with `conda`. See the [Ray documentation](https://docs.ray.io/en/latest/ray-overview/installation.html#m1-mac-apple-silicon-support) for instructions.
Type this command into your terminal and run it.
Pulled directly from this repo's README.
