dev install instructions
See original GitHub issueDoes anyone have any reliable dev install instructions ?
I was getting errors, then in noticed by package repo was pointing to deviot_2, which seems to now be develop branch. So i changed that now when in install deviot I get
'"C:\Users\...\Documents\projects\bin\sublimetext\Data\Packages\User\Deviot\penv\Scripts\platformio"' is not recognized as an internal or external command,
operable program or batch file.
and my scripts folder is empty…
I seem to always have problems, is it more reliable to just use git ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:24 (16 by maintainers)
Top Results From Across the Web
Developer Installation Instructions - landlab
Installation Steps and Resources# · Create of Fork of Landlab · Getting the code from Github · Install Landlab from Source · Before...
Read more >Download and install - The Go Programming Language
Go installation. Select the tab for your computer's operating system below, then follow its installation instructions. Linux Mac Windows.
Read more >Install Android Studio - Android Developers
Unpack the .zip . · Copy the android-studio folder into your Program Files folder. · Open the android-studio > bin folder. · Launch...
Read more >2.3 Installing MySQL on Microsoft Windows
Download MySQL Installer from https://dev.mysql.com/downloads/installer/ and ... and configuration instructions, see MySQL Connector/ODBC Developer Guide.
Read more >Install - Flutter documentation
Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve just released the version
2.1.5
to fix all problems related with the package renaming, it had broked the master branch, so it was necessary to do it nowI blew away a bunch of stuff in
.config/sublime-text-3
the other day when trying to figure out the complaint about the missingDeviot
syntax file. I think I messed up ST3 more than expected.I just reinstalled and things appear to be working.
Did you ditch the idea of
x.y.z-dev.n
for versioning?develop
branch also just has2.1.5
, or so it looks that way from__init__.py
. Or is it just thatdevelop
andmaster
are currently even?