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

Missing documentation for setting up a development environment #48

Open
Ramblurr opened this issue Dec 24, 2022 · 1 comment
Open

Missing documentation for setting up a development environment #48

Ramblurr opened this issue Dec 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Ramblurr
Copy link

Ramblurr commented Dec 24, 2022

Describe the bug

The README and docs do not describe how to setup a local development environment for dinkum (without using mark ii hardware).

Expected behavior

The documentation for mycroft-core is very extensive! I'm not necessarily asking for something that comprehensive, though it would be nice.

A an addition to the README like this would suffice:

git clone ...
python3 -m virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
./bin/go

Looking at the scripts it seems its heavily tied to systemd.. which isn't ideal on a dev workstation, but not a deal breaker. I'd be happy to run a virtual machine too.. it's just getting the toolchain and deps installed that I don't know where to start.

Merry Christmas by the way! Loving my Mark II, really looking forward to hacking on it over the coming weeks.

@Ramblurr Ramblurr added the bug Something isn't working label Dec 24, 2022
@jmillerv
Copy link

Seconding this. My current plan is to just have two flash drives that I swap into the hardware, but that is something of a pain to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants