-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install instructions #1
Comments
I am not currently working on this, I did this installation by hand. I ignored "detect-secrets" and "mock". I did not upgrade my conda version itself. However, it is not possible to do this simply using either Some line by line script is needed. Does anyone remember how we did this in the flask framework? I can't find the instructions. Otherwise, it's possible to write a script. It's okay to modify the way that I structured the bokeh version, without closing the issue, if necessary. It is not easy to write a bash script that parses line by line. I suggest python. |
Please open a pull request with the proposed changes to the readme. There is a flag you can pass to conda to allow installation from a file. |
conda install --file conda_requirements.txt |
Done, though I think I screwed it up the first time. Thank you.
Steven
… On Jun 21, 2018, at 3:13 PM, ZachGlassman ***@***.***> wrote:
Please open a pull request with the proposed changes to the readme. There is a flag you can pass to conda to allow installation from a file.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKXkESZrQUWM6idse9jUnMbBqXcPaaGCks5t-_5bgaJpZM4UqGab>.
|
please open a pull request with these changes in the readme. Additionally, files in requirements.txt should be installed with pip |
How do I do that? I don’t see an option to specify how I open a pull request.
Steven
… On Jun 21, 2018, at 3:25 PM, ZachGlassman ***@***.***> wrote:
please open a pull request with these changes in the readme. Additionally, files in requirements.txt should be installed with pip
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKXkEQaHUVTWGf33QjVq_9Eqn0WemfSMks5t_AFJgaJpZM4UqGab>.
|
cat conda-requirements.txt | conda install I can't figure out why this doesn't work. Honestly. |
there is an option to install from a file |
I can’t alter the readme if you won’t approve my changes. Issue closed. |
Please alter the README to include instructions regarding
The text was updated successfully, but these errors were encountered: