You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -134,3 +134,30 @@ For discussing the development of the mbed SDK itself (Addition/support of micro
134
134
For every topic regarding the use of the mbed SDK, rather than its development, please post on the [mbed.org forum](http://mbed.org/forum/), or the [mbed.org Q&A](http://mbed.org/questions/).
135
135
136
136
For reporting issues in the mbed libraries please open a ticket on the issue tracker of the relevant [mbed official library](http://mbed.org/users/mbed_official/code/).
137
+
138
+
Setup
139
+
-----
140
+
Skip any step where a compatible tool already exists
141
+
142
+
1. Install [Python 2.7.9 or above](https://www.python.org/downloads/) and make sure it's added to path
143
+
2. Install [Git](https://git-scm.com/downloads) and make sure it's added to path
144
+
3. Install virtualenv in python
145
+
146
+
```
147
+
> git clone https://github.com/mbedmicro/mbed
148
+
> pip install virtualenv
149
+
> virtualenv venv
150
+
>
151
+
```
152
+
153
+
Develop
154
+
-------
155
+
1. Update dependencies and start virtual environment. This should be done everytime you pull new changes
0 commit comments