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

improve python start up (and version) documentation #79

Open
emillipede opened this issue Jan 7, 2020 · 1 comment
Open

improve python start up (and version) documentation #79

emillipede opened this issue Jan 7, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@emillipede
Copy link
Contributor

emillipede commented Jan 7, 2020

add

  • written narrative guide to read me
  • instructions comparable to this setup guide from another unrelated by well-documented repository
@emillipede
Copy link
Contributor Author

@Cdower thank you again for sharing this guide with @isabelle-wagenvoord

do you recommend I add it to the readme?

git clone [email protected]:Public-Tree-Map/public-tree-map-data-pipeline.git
cd public-tree-map-data-pipeline
sudo apt update
sudo apt install make nodejs npm
./python-env.sh
# you will probably get an error related to the line source activate public-tree-map if you run the following two commands
echo 'export PATH="$HOME/miniconda/bin:$PATH"' >> ~/.$(basename $SHELL)rc conda init $(basename $SHELL)
# Restart your terminal/shell
cd public-tree-map-data-pipeline
npm i
conda activate public-tree-map
# test with
make local-only
# if make local-only works then run
make release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant