On Wed, 14 Oct 2020 at 16:31, Marcelo Huerta <[email protected]> wrote: > > I am, in fact, in Windows (Nikola v8.1.1, Python 3.8.5 (tags/v3.8.5:580fbb0, > Jul 20 2020, 15:43:08) [MSC v.1926 32 bit (Intel)] on win32) > > I used pip to install Nikola pointing to the latest master in GitHub: > pip install -U https://github.com/getnikola/nikola/archive/master.zip > > Installing this way, or getting manually the ZIP file, I get the symlinks in > the files and not the full content. > > I tried cloning with Git enabling symlinks, to no avail.
Clone with git, cd into the repo and then run `pip install -U .` — this should run our code in setup.py that fixes symlinks. -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7Jxm%2BquG4Tdz%3DC8NJtf%2B5e3yNqhXE_mZ%2BQouR3Da0GgGg%40mail.gmail.com.
