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
"`pyjulia`" and "pyjulia" are replaced with "PyJulia" (unless it
appears as a part of URL). I'm OK with "pyjulia". Using "PyJulia"
only because it appears as the title of README.md.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ PyJulia
6
6
7
7
Experimenting with developing a better interface to [Julia language](https://julialang.org/) that works with [Python](https://www.python.org/) 2 & 3 and Julia v0.6+.
8
8
9
-
`pyjulia` is tested against Python versions 2.7, 3.6, and 3.7. Older versions of Python (than 2.7) are not supported.
9
+
PyJulia is tested against Python versions 2.7, 3.6, and 3.7. Older versions of Python (than 2.7) are not supported.
10
10
11
11
Installation
12
12
------------
@@ -28,7 +28,7 @@ Your python installation must be able to call Julia. If your installer
28
28
does not add the Julia binary directory to your `PATH`, you will have to
29
29
add it. _An alias will not work._
30
30
31
-
Then finally you have to install pyjulia.
31
+
Then finally you have to install PyJulia.
32
32
33
33
**Note:** If you are not familiar with `pip` and have some troubles
34
34
with the following installation steps, we recommend to go through
0 commit comments