We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At Code for SF Hack Night, we went through a test run of installing this on windows. You can see the steps below. We didn't quite finish the process.
We are working with Windows 7.
Steps:
/c/Users/Username/AppData/Local/Programs/Python/Python35-32/python.exe
python3
Scripts/activate.bat
source
cmd
make
pip install requirements\dev.txt
C:\Program Files (x86)\PDFtk Server
pdftk
The text was updated successfully, but these errors were encountered:
Added vagrant for easy windows installs via vm https://github.com/brennv/pdfhook/tree/add-vagrant
https://www.vagrantup.com/
Sorry, something went wrong.
No branches or pull requests
At Code for SF Hack Night, we went through a test run of installing this on windows. You can see the steps below. We didn't quite finish the process.
We are working with Windows 7.
Steps:
/c/Users/Username/AppData/Local/Programs/Python/Python35-32/python.exe
python3
alias in ~/.bashrcScripts/activate.bat
(run withoutsource
inside ofcmd
and cannot be run in git bashmake
does not exist on cmd, so we ranpip install requirements\dev.txt
directly. Installs were successful!!C:\Program Files (x86)\PDFtk Server
.pdftk
now worksThe text was updated successfully, but these errors were encountered: