Skip to content

Commit

Permalink
updated setup, pub info
Browse files Browse the repository at this point in the history
  • Loading branch information
takanori-fujiwara committed Aug 15, 2023
1 parent 22f63e8 commit 68a1c3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

node_modules

dist/
archive/
*.egg-info/
build/
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
About
-----

* Source code to generate a sensing network physicalization introduced in **A Computational Design Pipeline to Fabricate Sensing Network Physicalizations**, S. Sandra Bae, Takanori Fujiwara, Anders Ynnerman, Ellen Yi-Luen Do, Michael L. Rivera, and Danielle Albers Szafir.
* Source code to generate a sensing network physicalization introduced in **[A Computational Design Pipeline to Fabricate Sensing Network Physicalizations](https://arxiv.org/abs/2308.04714)**, S. Sandra Bae, Takanori Fujiwara, Anders Ynnerman, Ellen Yi-Luen Do, Michael L. Rivera, and Danielle Albers Szafir.
IEEE Transactions on Visualization and Computer Graphics and IEEE VIS 2023, forthcoming.

* Demonstration video: will be released soon.
* Links:
* [Project page](https://sandrabae.github.io/sensing-network/)
* [Demo video](https://www.youtube.com/watch?v=WE5tL6YWOTs)
* [arXiv paper](https://arxiv.org/abs/2308.04714)

******

Expand Down Expand Up @@ -43,13 +46,11 @@ Installation

* Note: Tested with macOS Ventura, Arduino Uno R4 WiFi, and Google Chrome.

### Setup
### Setup of sensing-network python module

* Download/Clone this repository
* Install from PyPi:

* Move to the downloaded repository, then:

`pip3 install .` or `python3 -m pip install .`
`pip3 install sensing-network`


******
Expand Down

0 comments on commit 68a1c3f

Please sign in to comment.