File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ Run Container::
174
174
# Run a container and bind your local repo to the container
175
175
docker run -it -w /home/pandas --rm -v path-to-local-pandas-repo:/home/pandas pandas-yourname-env
176
176
177
- <<<<<<< HEAD
178
177
Then a ``pandas-dev `` virtual environment will be available with all the development dependencies.
179
178
180
179
.. code-block :: shell
@@ -194,8 +193,6 @@ Then a ``pandas-dev`` virtual environment will be available with all the develop
194
193
You need to rebuild the C extensions anytime the Cython code in ``pandas/_libs `` changes.
195
194
This most frequently occurs when changing or merging branches.
196
195
197
- =======
198
- >>>>>>> 70eef55e43 (DOC restructure contributing environment guide (#50145))
199
196
*Even easier, you can integrate Docker with the following IDEs: *
200
197
201
198
**Visual Studio Code **
You can’t perform that action at this time.
0 commit comments