-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/mesoscope/cellpack into fix…
…/cleanup-aws-workflow
- Loading branch information
Showing
7 changed files
with
236 additions
and
244 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: ./.github/actions/dependencies | ||
- name: Generate Docs | ||
run: | | ||
make gen-docs | ||
pdm run make gen-docs | ||
touch docs/_build/html/.nojekyll | ||
- name: Publish Docs | ||
uses: JamesIves/[email protected] | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ An algorithm to pack molecular recipes | |
1. Install Python 3.9 and `git`. Update pip at least to `24.0.0`. | ||
2. Clone this git repository. | ||
```bash | ||
git clone [email protected]:AllenCell/cellpack.git | ||
git clone [email protected]:mesoscope/cellpack.git | ||
cd cellpack | ||
``` | ||
3. Create a new virtual environment and activate it. | ||
|
@@ -24,6 +24,7 @@ source .venv/bin/activate | |
``` | ||
4. Install the required packages for your operating system. Replace `linux` with `macos` or `windows` as appropriate. | ||
```bash | ||
pip install --upgrade pip | ||
pip install -r requirements/linux/requirements.txt | ||
pip install -e . | ||
``` | ||
|
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
Oops, something went wrong.