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

Install instructions #1

Closed
ZachGlassman opened this issue Jun 15, 2018 · 10 comments
Closed

Install instructions #1

ZachGlassman opened this issue Jun 15, 2018 · 10 comments
Assignees
Labels
documentation enhancement New feature or request

Comments

@ZachGlassman
Copy link
Contributor

Please alter the README to include instructions regarding

  1. installing the local python environment
  2. running local tests
@ZachGlassman ZachGlassman added enhancement New feature or request documentation labels Jun 15, 2018
@sdorsher
Copy link
Collaborator

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
cat conda_requirements.txt | conda install
or
conda install < conda_requirements.txt

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.

@ZachGlassman
Copy link
Contributor Author

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.

@sdorsher
Copy link
Collaborator

conda install --file conda_requirements.txt
conda install --file requirements.txt
conda install --file dev-requirements.txt

@sdorsher
Copy link
Collaborator

sdorsher commented Jun 21, 2018 via email

@ZachGlassman
Copy link
Contributor Author

please open a pull request with these changes in the readme. Additionally, files in requirements.txt should be installed with pip

@sdorsher
Copy link
Collaborator

sdorsher commented Jun 21, 2018 via email

@ZachGlassman
Copy link
Contributor Author

@sdorsher Please work on the bokeh upgrade, @josylman please take this. The install instructions should be in the README

@sdorsher
Copy link
Collaborator

sdorsher commented Jul 2, 2018

cat conda-requirements.txt | conda install

I can't figure out why this doesn't work. Honestly.

@ZachGlassman
Copy link
Contributor Author

there is an option to install from a file

@sdorsher
Copy link
Collaborator

I can’t alter the readme if you won’t approve my changes. Issue closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants