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

Add Windows support for file read and interrupt. #43

Merged
merged 5 commits into from
Apr 26, 2021
Merged

Add Windows support for file read and interrupt. #43

merged 5 commits into from
Apr 26, 2021

Conversation

skrustev
Copy link
Contributor

Should address any know issues so far for running on Windows described in #7

@martomi
Copy link
Owner

martomi commented Apr 26, 2021

Cool thanks! I'm going to push this into a minor release later today.

@martomi
Copy link
Owner

martomi commented Apr 26, 2021

I'd suggest to also add in a comment here example path for windows, with the correct slashes // \

@skrustev
Copy link
Contributor Author

All types of paths actually work I think, since they are resolved by the pathlib. I've added a comment regarding being absolute path though.
Also a few easy to use scripts. They can be easily removed if not needed.

install.ps1 Outdated
Invoke-expression "$($command) -m venv .venv"

# Create virtual environment
Invoke-expression "$($command) -m venv .venv"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is duplicate?

@martomi martomi merged commit 991243c into martomi:dev Apr 26, 2021
@martomi martomi mentioned this pull request Apr 27, 2021
martomi pushed a commit that referenced this pull request Apr 27, 2021
* Add Windows support for file read and interrupt.
* Add install/start scripts for Windows and Linux
pieterhelsen pushed a commit to pieterhelsen/chiadog that referenced this pull request May 9, 2021
* Add Windows support for file read and interrupt.
* Add install/start scripts for Windows and Linux
jinnatar pushed a commit to jinnatar/chiadog that referenced this pull request Feb 5, 2023
* Add Windows support for file read and interrupt.
* Add install/start scripts for Windows and Linux
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

Successfully merging this pull request may close these issues.

None yet

2 participants