Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update day-one static #205

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dhsi/day-one/level-0-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ The script above allows pdf, png, jpg, jp2, and tif files to be dumped into a fo
It also preserves the file structure of the files you have dumped. For example, if you have two folders (cat-photos and dog-photos) in images, the output directory will keep that folder structure.

## Install and running steps
1. Clone repository locally. `git clone https://github.com/dnoneill/dhsi-iiif-2024.git`
1. Create fork of https://github.com/dnoneill/dhsi-iiif-2024
2. Clone your fork locally: `git clone https://github.com/[yourusername]/dhsi-iiif-2024`
3. Change directory into your fork `git clone dhsi-iiif-2024`
2. Make sure python with pip is installed
3. Create virtual environment. `python3 -m venv [nameofenv]`
4. Activate virtual environment. `source [nameofenv]/bin/activate`
Expand Down
Loading