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
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The easiest way to get up-and-running is to `install Docker <https://www.docker.
88
88
89
89
.. code:: bash
90
90
91
-
# Setup the alias. Put this in your .bash_rc or .zshrc file so it's available at startup.
91
+
# Setup the alias. Put this in your .bashrc or .zshrc file so it's available at startup.
92
92
alias enhance='function ne() { docker run -v $(PWD)/`dirname $1`:/ne/input -it alexjc/neural-enhance input/`basename $1`; }; ne'
93
93
94
94
# Now run any of the examples above using this alias, without the `.py` extension.
@@ -179,7 +179,7 @@ You need to install Lasagne and Theano directly from the versions specified in `
179
179
ValueError: unknown locale: UTF-8
180
180
---------------------------------
181
181
182
-
It seems your terminal is misconfigured and not compatible with the way Python treats locales. You may need to change this in your ``.bash_rc`` or other startup script. Alternatively, this command will fix it once for this shell instance.
182
+
It seems your terminal is misconfigured and not compatible with the way Python treats locales. You may need to change this in your ``.bashrc`` or other startup script. Alternatively, this command will fix it once for this shell instance.
0 commit comments