Skip to content

Commit e6a5f44

Browse files
committed
add poster PDFs
1 parent 0b46f8f commit e6a5f44

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ CountESS "portrait" logo © 2024 Sayeh Gorjifard, used with permission.
3030
## Presentations
3131

3232
* [CountESS: Count-based Experimental Scoring and Statistics](https://www.youtube.com/watch?v=JzU6cbvZ0a0) at [PyConAU 2023](https://2023.pycon.org.au/) ([slides](https://nick.zoic.org/talk/pycon2023/countess/))
33-
33+
* [A0 poster](pdf/poster-a0.pdf) (or as 2 x A1 [1](pdf/poster-1.pdf), [2](pdf/poster-2.pdf))

docs/installing-countess/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ layout: default
44

55
# Installing CountESS
66

7+
CountESS uses 'biobear', which is developed in Rust, so if you can't use a precompiled wheel
8+
for biobear you'll need to install rust first, eg: `apt install rust-all` on Ubuntu.
9+
710
## ... using pip
811

912
CountESS can be [installed from pypi](https://pypi.org/project/countess/):
@@ -48,10 +51,10 @@ we use [homebrew](https://brew.sh/) to install more recent versions.
4851
echo 'export PATH=$HOME/homebrew/bin:$PATH' >> .bash_profile
4952
source .bash_profile
5053

51-
2. Use homebrew to install a recent Tk library and Python 3.10 into your `$HOME/homebrew/bin`
52-
directory. This step is pretty slow:
54+
2. Use homebrew to install a recent Tk library, Python 3.10 and rust
55+
into your `$HOME/homebrew/bin` directory. This step is pretty slow:
5356

54-
brew install tcl-tk python@3.10 python-tk@3.10
57+
brew install tcl-tk python@3.10 python-tk@3.10 rust
5558

5659
Optionally, add symlinks to your upgraded software for `python` and `pip`:
5760

docs/pdf/poster-1.pdf

668 KB
Binary file not shown.

docs/pdf/poster-2.pdf

2.19 MB
Binary file not shown.

docs/pdf/poster-a0.pdf

2.79 MB
Binary file not shown.

0 commit comments

Comments
 (0)