Skip to content

Commit 9d61275

Browse files
committed
removed some files
1 parent 850da10 commit 9d61275

File tree

3 files changed

+5
-43
lines changed

3 files changed

+5
-43
lines changed

appveyor.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

ci/azure_install_macos.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

doc/src/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,14 @@ conda install xeus=5.1.0 xeus-zmq=3.0.0 nlohmann_json
194194
and enable the kernel by `-DWITH_XEUS=yes` and install into `$CONDA_PREFIX`. For
195195
example:
196196
```
197-
cmake \
197+
cmake . -GNinja \
198198
-DCMAKE_BUILD_TYPE=Debug \
199199
-DWITH_LLVM=yes \
200200
-DWITH_XEUS=yes \
201201
-DCMAKE_PREFIX_PATH="$CONDA_PREFIX" \
202-
-DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX" \
202+
-DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX"
203203
.
204-
cmake --build . -j4 --target install
204+
ninja install
205205
```
206206
To use it, install Jupyter (`conda install jupyter`) and test that the LPython
207207
kernel was found:
@@ -212,9 +212,9 @@ Then launch a Jupyter notebook as follows:
212212
```
213213
jupyter notebook
214214
```
215-
Click `New->Python`. To launch a terminal jupyter LPython console:
215+
Click `New->LPython`. To launch a terminal jupyter LPython console:
216216
```
217-
jupyter console --kernel=python
217+
jupyter console --kernel=lpython
218218
```
219219

220220
## Found a bug?

0 commit comments

Comments
 (0)