-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update
install
section of README.md (#344)
* run `poetry lock --no-update` * fix: update CONTRIBUTING.md fix typo in 3 words and make pytest code word * fix: add required dependencies * add seup.md * add setup.md * remove typo * rename temporarily * rename to SETUP.md * update README to include more documentation on -- when someone should use the install script vs. follow the steps here? * remove requirements.txt * add link to installation * rename typo: prerequisite * link to start: https://openadapt.ai/#start * reomve .venv as requirements.txt is no longer used * update installation instructions * update the Windows Installtion command (in favour of): 1. https://github.com/OpenAdaptAI/OpenAdaptWeb/pull/30/files#r1252126510 2. https://github.com/OpenAdaptAI/OpenAdaptWeb/pull/30/files#r1252128457 * addressing comment: #344 (comment) * address the comment: #344 (comment) * address the comment: https://github.com/OpenAdaptAI/OpenAdapt/pull/344/files#r1252175602 * add .venv to address the comment: https://github.com/OpenAdaptAI/OpenAdapt/pull/344/files#r1252172932 and https://github.com/OpenAdaptAI/OpenAdapt/pull/289/files#r1252150636
- Loading branch information
1 parent
e2015f3
commit 755dd55
Showing
5 changed files
with
102 additions
and
61 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
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Setup Instructions for the following: | ||
|
||
1. Python 3.10 | ||
2. Git | ||
3. Tesseract (for OCR) | ||
|
||
|
||
|
||
## Python 3.10 | ||
|
||
#### Windows: | ||
- Download the Python 3.10 Binary File: https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe | ||
- Follow the steps for Installation here: https://www.digitalocean.com/community/tutorials/install-python-windows-10 | ||
|
||
|
||
#### macOS: | ||
- Download the Python 3.10 Package Installer: https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg | ||
- Follow the steps for Installation here: https://www.codingforentrepreneurs.com/guides/install-python-on-macos/ | ||
|
||
|
||
#### Ubuntu | ||
- Open Terminal and type the following command: | ||
- `sudo apt install python3.10-full` | ||
|
||
|
||
|
||
|
||
## Git | ||
|
||
#### Windows: | ||
- Download system appropriate binary (exe) file from here: https://git-scm.com/download/win | ||
- Install the setup file. | ||
|
||
|
||
#### macOS: | ||
- Follow the steps here: https://git-scm.com/download/mac | ||
|
||
|
||
#### Ubuntu (Linux and Unix): | ||
- Follow the steps here: https://git-scm.com/download/linux | ||
|
||
|
||
|
||
|
||
## Tesseract OCR | ||
|
||
#### Windows: | ||
- Download the following binary (.exe) file: | ||
[Tesseract Setup](https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-5.3.1.20230401.exe) | ||
- Run the downloaded file to install Tesseract OCR | ||
- Add Tesseract to User and System PATH variable. | ||
- See Step 5 and 6 in https://linuxhint.com/install-tesseract-windows/ | ||
|
||
|
||
#### macOS, Ubuntu and Other Operating System: | ||
- Follow the OS Specific installation here: https://tesseract-ocr.github.io/tessdoc/Installation.html |
This file was deleted.
Oops, something went wrong.