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 the install process #34

Open
WilliamMcCumstie opened this issue Sep 14, 2018 · 2 comments
Open

Improve the install process #34

WilliamMcCumstie opened this issue Sep 14, 2018 · 2 comments

Comments

@WilliamMcCumstie
Copy link
Contributor

ATM for initial development, all the development libraries are being dumped into requirements.txt and requirements.dev.txt.. This is done by calling pip freeze > req...

This needs to be reviewed so requirements.txt only includes the production libraries. Also look into finding a python equivalent to Bundler (if one exists).

@WilliamMcCumstie
Copy link
Contributor Author

@WilliamMcCumstie WilliamMcCumstie changed the title Review the use of requirement.txt Improve the install process Sep 19, 2018
@WilliamMcCumstie
Copy link
Contributor Author

WilliamMcCumstie commented Sep 19, 2018

Virtual env (venv) works for now, however ideally a more developed framework would be used. It appears thaht pipenv is the Bundler equivalent in python.

I had a quick look at getting adminware setup with pipenv, however I ran into issues with pythons multiple different versions. This will need some further investigation.

It appears that python35 is installed in a odd manner in bin/setup, that might have something to do with it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant