Skip to content

Commit

Permalink
removed some files
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jul 8, 2024
1 parent 815f038 commit f207059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
24 changes: 0 additions & 24 deletions appveyor.yml

This file was deleted.

14 changes: 0 additions & 14 deletions ci/azure_install_macos.sh

This file was deleted.

10 changes: 5 additions & 5 deletions doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ conda install xeus=5.1.0 xeus-zmq=3.0.0 nlohmann_json
and enable the kernel by `-DWITH_XEUS=yes` and install into `$CONDA_PREFIX`. For
example:
```
cmake \
cmake . -GNinja \
-DCMAKE_BUILD_TYPE=Debug \
-DWITH_LLVM=yes \
-DWITH_XEUS=yes \
-DCMAKE_PREFIX_PATH="$CONDA_PREFIX" \
-DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX" \
-DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX"
.
cmake --build . -j4 --target install
ninja install
```
To use it, install Jupyter (`conda install jupyter`) and test that the LPython
kernel was found:
Expand All @@ -212,9 +212,9 @@ Then launch a Jupyter notebook as follows:
```
jupyter notebook
```
Click `New->Python`. To launch a terminal jupyter LPython console:
Click `New->LPython`. To launch a terminal jupyter LPython console:
```
jupyter console --kernel=python
jupyter console --kernel=lpython
```

## Found a bug?
Expand Down

0 comments on commit f207059

Please sign in to comment.